forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_colorpicker
reduz edited this page Feb 23, 2014
·
13 revisions
Inherits: HBoxContainer\n\n### Brief Description
Color picker control.
- void set_color" ( Color color )
- Color get_color" ( ) const
- void set_mode" ( int mode )
- int get_mode" ( ) const
- void set_edit_alpha" ( bool show )
- bool is_editing_alpha" ( ) const
- color_changed ( Color color )
This is a simple color picker control. It's useful for selecting a color from an RGB/RGBA colorspace.
== set_color ==
- void set_color" ( Color color ) \ Select the current color. == get_color ==
- Color get_color" ( ) const \ Return the current (edited) color.