godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
ColorPickerButton._classBinding
godot
colorpickerbutton
ColorPickerButton
Undocumented in source.
struct
ColorPickerButton
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("set_pick_color")
GodotMethod
!(
void
,
Color
)
setPickColor
;
__gshared
@
GodotName
("get_pick_color")
GodotMethod
!(
Color
)
getPickColor
;
__gshared
@
GodotName
("get_picker")
GodotMethod
!(
ColorPicker
)
getPicker
;
__gshared
@
GodotName
("get_popup")
GodotMethod
!(
PopupPanel
)
getPopup
;
__gshared
@
GodotName
("set_edit_alpha")
GodotMethod
!(
void
,
bool
)
setEditAlpha
;
__gshared
@
GodotName
("is_editing_alpha")
GodotMethod
!(
bool
)
isEditingAlpha
;
__gshared
@
GodotName
("_color_changed")
GodotMethod
!(
void
,
Color
)
_colorChanged
;
__gshared
@
GodotName
("_modal_closed")
GodotMethod
!(
void
)
_modalClosed
;
}
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
properties
color
editAlpha
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name