ColorPickerButton¶
Inherits: Button < BaseButton < Control < CanvasItem < Node < Object
Category: Core
Brief Description¶
Button that pops out a ColorPicker.
Member Functions¶
| ColorPicker | get_picker ( ) const |
| PopupPanel | get_popup ( ) const |
Description¶
Encapsulates a ColorPicker making it accesible by pressing a button, pressing the button will toggle the ColorPicker visibility
Member Function Description¶
- ColorPicker get_picker ( ) const
Returns the ColorPicker that this ColorPickerButton toggles.
- PopupPanel get_popup ( ) const
Returns the control’s PopupPanel which allows you to connect to Popup Signals. This allows you to handle events when the ColorPicker is shown or hidden.