A palette of colors, for palettized images. More...
#include <color_palette.hpp>
Public Types | |
| typedef Color | color_type |
| The type of the colors stored in the palette. | |
Public Member Functions | |
| color_palette (unsigned int n) | |
| unsigned int | size () const |
| color_type & | operator[] (unsigned int i) |
| const color_type & | operator[] (unsigned int i) const |
| const color_type & | operator() (unsigned int i) const |
A palette of colors, for palettized images.
Definition at line 44 of file color_palette.hpp.
| typedef Color claw::graphic::color_palette< Color >::color_type |
The type of the colors stored in the palette.
Definition at line 48 of file color_palette.hpp.