#include <ColorSeriesStack.h>
Public Types | |
enum | SERIESTYPE { BLACKANDWHITE, MONOCHROMATIC, BICHROMATIC } |
Public Member Functions | |
ColorSeriesStack (SERIESTYPE type=BICHROMATIC) | |
~ColorSeriesStack () | |
void | add (unsigned levels) |
ColorSeries * | get (unsigned nth) const |
void | setBichromatic (bool seriesAreBichromatic) |
Private Attributes | |
SERIESTYPE | _type |
std::vector< ColorSeries * > | _colorSeriesStack |
|
|
|
|
|
|
|
add() : Add a ColorSeries with "levels" levels to the stack. |
|
|
|
|
|
|
|
|