KiCad PCB EDA Suite
|
Go to the source code of this file.
Classes | |
struct | CUSTOM_COLOR_ITEM |
A class to handle a custom color (predefined color) for the color picker dialog. More... | |
class | DIALOG_COLOR_PICKER |
Typedefs | |
typedef std::vector< CUSTOM_COLOR_ITEM > | CUSTOM_COLORS_LIST |
Enumerations | |
enum | CHANGED_COLOR { ALL_CHANGED , RED_CHANGED , BLUE_CHANGED , GREEN_CHANGED , ALPHA_CHANGED , HUE_CHANGED , SAT_CHANGED , VAL_CHANGED , HEX_CHANGED } |
typedef std::vector<CUSTOM_COLOR_ITEM> CUSTOM_COLORS_LIST |
Definition at line 61 of file dialog_color_picker.h.
enum CHANGED_COLOR |
Enumerator | |
---|---|
ALL_CHANGED | |
RED_CHANGED | |
BLUE_CHANGED | |
GREEN_CHANGED | |
ALPHA_CHANGED | |
HUE_CHANGED | |
SAT_CHANGED | |
VAL_CHANGED | |
HEX_CHANGED |
Definition at line 64 of file dialog_color_picker.h.