Click or drag to resize

ColorPickerButtonGetPopup Method

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.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public PopupPanel GetPopup()

Return Value

Type: PopupPanel

[Missing <returns> documentation for "M:Godot.ColorPickerButton.GetPopup"]

See Also