22 #ifndef GRAPHICS_COLOR_QUANTIZER_H 23 #define GRAPHICS_COLOR_QUANTIZER_H 40 Octree *_octree =
nullptr;
58 void addColor(byte r, byte g, byte b);
void addColor(byte r, byte g, byte b)
Add a single color to the quantizer.
ColorQuantizer(int maxColors)
Construct a new ColorQuantizer object.
Palette * getPalette()
Retrieve the resulting palette from the quantizer.
Definition: formatinfo.h:28
Class for selecting a good palette from a large number of colors.
Definition: color_quantizer.h:38
Simple class for handling a palette data.
Definition: palette.h:51
Definition: atari-screen.h:44