godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
ColorPickerButton.GDNativeClassBinding
godot
colorpickerbutton
ColorPickerButton
Undocumented in source.
struct
ColorPickerButton
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("_color_changed")
GodotMethod
!(
void
,
Color
)
_colorChanged
;
__gshared
@
GodotName
("_modal_closed")
GodotMethod
!(
void
)
_modalClosed
;
__gshared
@
GodotName
("get_pick_color")
GodotMethod
!(
Color
)
getPickColor
;
__gshared
@
GodotName
("get_picker")
GodotMethod
!(
ColorPicker
)
getPicker
;
__gshared
@
GodotName
("get_popup")
GodotMethod
!(
PopupPanel
)
getPopup
;
__gshared
@
GodotName
("is_editing_alpha")
GodotMethod
!(
bool
)
isEditingAlpha
;
__gshared
@
GodotName
("set_edit_alpha")
GodotMethod
!(
void
,
bool
)
setEditAlpha
;
__gshared
@
GodotName
("set_pick_color")
GodotMethod
!(
void
,
Color
)
setPickColor
;
}
Members
Static variables
_colorChanged
GodotMethod
!(
void
,
Color
)
_colorChanged
;
Undocumented in source.
_modalClosed
GodotMethod
!(
void
)
_modalClosed
;
Undocumented in source.
getPickColor
GodotMethod
!(
Color
)
getPickColor
;
Undocumented in source.
getPicker
GodotMethod
!(
ColorPicker
)
getPicker
;
Undocumented in source.
getPopup
GodotMethod
!(
PopupPanel
)
getPopup
;
Undocumented in source.
isEditingAlpha
GodotMethod
!(
bool
)
isEditingAlpha
;
Undocumented in source.
setEditAlpha
GodotMethod
!(
void
,
bool
)
setEditAlpha
;
Undocumented in source.
setPickColor
GodotMethod
!(
void
,
Color
)
setPickColor
;
Undocumented in source.
Meta
Source
See Implementation
godot
colorpickerbutton
ColorPickerButton
aliases
BaseClasses
functions
_colorChanged
_modalClosed
getPickColor
getPicker
getPopup
isEditingAlpha
opAssign
opEquals
setEditAlpha
setPickColor
toHash
properties
color
editAlpha
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name