#include <colorscheme.h>
Public Member Functions | |
| ColorScheme (wxColour *colours, size_t count) | |
| void | operator= (const ColorScheme &cs) |
| void | AddColour (wxColour colour) |
| size_t | GetCount () |
| wxColour | GetColor (size_t index) |
Defines set of colors for use by PiePlots, etc...
|
inline |
Add colour to color scheme.
| colour | colour to be added |
|
inline |
Returns color at specified index.
| index | index of color |

|
inline |
Returns color count in this color scheme.
|
inline |
Sets this color scheme equal to other color scheme.
| cs | other color scheme |