KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_color_picker.h File Reference

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_ITEMCUSTOM_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 Documentation

◆ CUSTOM_COLORS_LIST

typedef std::vector<CUSTOM_COLOR_ITEM> CUSTOM_COLORS_LIST

Definition at line 61 of file dialog_color_picker.h.

Enumeration Type Documentation

◆ 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.