-
Notifications
You must be signed in to change notification settings - Fork 0
class_colorpicker
reduz edited this page Feb 23, 2014
·
9 revisions
####Inherits: HBoxContainer ####Category: Core
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.
- void
set_color( Color color )
Select the current color.
-
Color
get_color( ) const
Return the current (edited) color.