Subversion Repositories AndroidProjects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
244 chris 1
#ifndef __QUANTIZE_H__
2
#define __QUANTIZE_H__
3
 
4
#include "Common.h"
5
 
6
namespace Sexy
7
{
8
 
9
bool Quantize8Bit(const ulong* theSrcBits, int theWidth, int theHeight, uchar* theDestColorIndices, ulong* theDestColorTable);
10
 
11
}
12
 
13
#endif //__QUANTIZE_H__