Button that pops out a [ColorPicker]. Encapsulates a [ColorPicker] making it accessible by pressing a button. Pressing the button will toggle the [ColorPicker] visibility. See also [BaseButton] which contains common properties and methods associated with this node. https://godotengine.org/asset-library/asset/133 https://godotengine.org/asset-library/asset/517 Returns the [ColorPicker] that this node 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. The currently selected color. If [code]true[/code], the alpha channel in the displayed [ColorPicker] will be visible. Emitted when the color changes. Emitted when the [ColorPicker] is created (the button is pressed for the first time). Emitted when the [ColorPicker] is closed. The background of the color preview rect on the button. [StyleBox] used when the [ColorPickerButton] is disabled. [StyleBox] used when the [ColorPickerButton] is focused. It is displayed over the current [StyleBox], so using [StyleBoxEmpty] will just disable the focus visual effect. [Font] of the [ColorPickerButton]'s text. Default text [Color] of the [ColorPickerButton]. Text [Color] used when the [ColorPickerButton] is disabled. Text [Color] used when the [ColorPickerButton] is being hovered. The tint of text outline of the [ColorPickerButton]. Text [Color] used when the [ColorPickerButton] is being pressed. Font size of the [ColorPickerButton]'s text. [StyleBox] used when the [ColorPickerButton] is being hovered. The horizontal space between [ColorPickerButton]'s icon and text. Default [StyleBox] for the [ColorPickerButton]. The size of the text outline. [StyleBox] used when the [ColorPickerButton] is being pressed.