#include <palette.h>
Public Methods | |
palette () throw (std::exception) | |
palette (unsigned char *) throw (std::exception) | |
palette (const palette &) throw (std::exception) | |
const color & | operator[] (int) const throw (std::exception) |
color & | operator[] (int) throw (std::exception) |
palette & | operator= (const palette &) throw () |
Private Attributes | |
std::vector< color > | _colors |
This small class is an helper for palettes.
Definition at line 36 of file palette.h.
|
Definition at line 24 of file palette.cpp. |
|
Definition at line 27 of file palette.cpp. |
|
Definition at line 33 of file palette.cpp. |
|
Definition at line 45 of file palette.cpp. References _colors. |
|
Definition at line 41 of file palette.cpp. |
|
Definition at line 37 of file palette.cpp. |
|
Definition at line 38 of file palette.h. Referenced by operator=(). |