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

Signals

  • color_changed ( Color color )

Emitted when the color changes.

Member Variables

  • Color color - The currently selected color.
  • bool edit_alpha - If true the alpha channel in the displayed ColorPicker will be visible. Default value: true.

Description

Encapsulates a ColorPicker making it accesible by pressing a button, pressing the button will toggle the ColorPicker visibility

Member Function Description

Returns the ColorPicker that this ColorPickerButton toggles.

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.