MedianCutPalettizer.cpp File Reference
Go to the source code of this file.
Classes | |
| struct | Point |
| class | Block |
| class | CoordinatePointComparator< index > |
Functions | |
| std::list< Point > | medianCut (Point *image, int numPoints, unsigned int desiredSize) |
| unsigned char | FindNearestColor (unsigned int color, unsigned int *palette, int paletteCount) |
Variables | |
| const int | NUM_DIMENSIONS = 3 |
Function Documentation
Definition at line 134 of file MedianCutPalettizer.cpp.
| unsigned char FindNearestColor | ( | unsigned int | color, | |
| unsigned int * | palette, | |||
| int | paletteCount | |||
| ) |
Definition at line 195 of file MedianCutPalettizer.cpp.
Variable Documentation
| const int NUM_DIMENSIONS = 3 |
Definition at line 17 of file MedianCutPalettizer.cpp.
Reproduction/republishing of any material on this site without permission is strictly prohibited.
