ColorPicker
Inherits: VBoxContainer < BoxContainer < Container < Control < CanvasItem < Node < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Methods
void |
add_preset ( Color color ) |
void |
add_recent_preset ( Color color ) |
void |
erase_preset ( Color color ) |
void |
erase_recent_preset ( Color color ) |
get_presets ( ) const |
|
get_recent_presets ( ) const |
Theme Properties
|
||
|
||
|
||
|
||
|
||
|
||
Signals
color_changed ( Color color )
There is currently no description for this signal. Please help us by contributing one!
preset_added ( Color color )
There is currently no description for this signal. Please help us by contributing one!
preset_removed ( Color color )
There is currently no description for this signal. Please help us by contributing one!
Enumerations
enum ColorModeType:
ColorModeType MODE_RGB = 0
There is currently no description for this enum. Please help us by contributing one!
ColorModeType MODE_HSV = 1
There is currently no description for this enum. Please help us by contributing one!
ColorModeType MODE_RAW = 2
There is currently no description for this enum. Please help us by contributing one!
ColorModeType MODE_OKHSL = 3
There is currently no description for this enum. Please help us by contributing one!
enum PickerShapeType:
PickerShapeType SHAPE_HSV_RECTANGLE = 0
There is currently no description for this enum. Please help us by contributing one!
PickerShapeType SHAPE_HSV_WHEEL = 1
There is currently no description for this enum. Please help us by contributing one!
PickerShapeType SHAPE_VHS_CIRCLE = 2
There is currently no description for this enum. Please help us by contributing one!
PickerShapeType SHAPE_OKHSL_CIRCLE = 3
There is currently no description for this enum. Please help us by contributing one!
PickerShapeType SHAPE_NONE = 4
There is currently no description for this enum. Please help us by contributing one!
Property Descriptions
bool can_add_swatches = true
There is currently no description for this property. Please help us by contributing one!
Color color = Color(1, 1, 1, 1)
There is currently no description for this property. Please help us by contributing one!
ColorModeType color_mode = 0
void set_color_mode ( ColorModeType value )
ColorModeType get_color_mode ( )
There is currently no description for this property. Please help us by contributing one!
bool color_modes_visible = true
There is currently no description for this property. Please help us by contributing one!
bool deferred_mode = false
There is currently no description for this property. Please help us by contributing one!
bool edit_alpha = true
There is currently no description for this property. Please help us by contributing one!
bool hex_visible = true
There is currently no description for this property. Please help us by contributing one!
PickerShapeType picker_shape = 0
void set_picker_shape ( PickerShapeType value )
PickerShapeType get_picker_shape ( )
There is currently no description for this property. Please help us by contributing one!
bool presets_visible = true
There is currently no description for this property. Please help us by contributing one!
bool sampler_visible = true
There is currently no description for this property. Please help us by contributing one!
bool sliders_visible = true
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
void add_preset ( Color color )
There is currently no description for this method. Please help us by contributing one!
void add_recent_preset ( Color color )
There is currently no description for this method. Please help us by contributing one!
void erase_preset ( Color color )
There is currently no description for this method. Please help us by contributing one!
void erase_recent_preset ( Color color )
There is currently no description for this method. Please help us by contributing one!
PackedColorArray get_presets ( ) const
There is currently no description for this method. Please help us by contributing one!
PackedColorArray get_recent_presets ( ) const
There is currently no description for this method. Please help us by contributing one!
Theme Property Descriptions
int center_slider_grabbers = 1
There is currently no description for this theme property. Please help us by contributing one!
int h_width = 30
There is currently no description for this theme property. Please help us by contributing one!
int label_width = 10
There is currently no description for this theme property. Please help us by contributing one!
int margin = 4
There is currently no description for this theme property. Please help us by contributing one!
int sv_height = 256
There is currently no description for this theme property. Please help us by contributing one!
int sv_width = 256
There is currently no description for this theme property. Please help us by contributing one!
Texture2D add_preset
There is currently no description for this theme property. Please help us by contributing one!
Texture2D bar_arrow
There is currently no description for this theme property. Please help us by contributing one!
Texture2D color_hue
There is currently no description for this theme property. Please help us by contributing one!
Texture2D color_okhsl_hue
There is currently no description for this theme property. Please help us by contributing one!
Texture2D expanded_arrow
There is currently no description for this theme property. Please help us by contributing one!
Texture2D folded_arrow
There is currently no description for this theme property. Please help us by contributing one!
Texture2D overbright_indicator
There is currently no description for this theme property. Please help us by contributing one!
Texture2D picker_cursor
There is currently no description for this theme property. Please help us by contributing one!
Texture2D sample_bg
There is currently no description for this theme property. Please help us by contributing one!
Texture2D sample_revert
There is currently no description for this theme property. Please help us by contributing one!
Texture2D screen_picker
There is currently no description for this theme property. Please help us by contributing one!
Texture2D shape_circle
There is currently no description for this theme property. Please help us by contributing one!
Texture2D shape_rect
There is currently no description for this theme property. Please help us by contributing one!
Texture2D shape_rect_wheel
There is currently no description for this theme property. Please help us by contributing one!