summaryrefslogtreecommitdiff
path: root/osframework/source/SexyAppFramework/Quantize.h
diff options
context:
space:
mode:
Diffstat (limited to 'osframework/source/SexyAppFramework/Quantize.h')
-rw-r--r--osframework/source/SexyAppFramework/Quantize.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/osframework/source/SexyAppFramework/Quantize.h b/osframework/source/SexyAppFramework/Quantize.h
new file mode 100644
index 0000000..8788733
--- /dev/null
+++ b/osframework/source/SexyAppFramework/Quantize.h
@@ -0,0 +1,13 @@
+#ifndef __QUANTIZE_H__
+#define __QUANTIZE_H__
+
+#include "Common.h"
+
+namespace Sexy
+{
+
+bool Quantize8Bit(const ulong* theSrcBits, int theWidth, int theHeight, uchar* theDestColorIndices, ulong* theDestColorTable);
+
+}
+
+#endif //__QUANTIZE_H__ \ No newline at end of file