3 #ifndef __ColorPicker_H__
4 #define __ColorPicker_H__
7 namespace DataVisualizerGUI {
37 QColor Draw(EDrawType type);
56 #endif // !__ColorPicker_H__
vector< QColor > OrderedColorList_
List of ordered colors.
Definition: ColorPicker.h:50
int OrderedDrawIndex_
Index that keeps track of the next color to draw with the next call of an ordered draw...
Definition: ColorPicker.h:52
Colors are picked from a list that is ordered by their position on a color spectrum.
Definition: ColorPicker.h:30
int PresetDrawIndex_
Index that keeps track of the next color to draw with the next call of a preset draw.
Definition: ColorPicker.h:53
EDrawType
Type of color drawing.
Definition: ColorPicker.h:28
Allows the drawing of a color from a list of presets.
Definition: ColorPicker.h:12
vector< QColor > PresetColorList_
List of preset colors.
Definition: ColorPicker.h:51