ColorPicker.GDNativeClassBinding

Undocumented in source.
struct ColorPicker
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

_addPresetPressed
GodotMethod!(void) _addPresetPressed;
Undocumented in source.
_focusEnter
GodotMethod!(void) _focusEnter;
Undocumented in source.
_focusExit
GodotMethod!(void) _focusExit;
Undocumented in source.
_hsvDraw
GodotMethod!(void, long, Control) _hsvDraw;
Undocumented in source.
_htmlEntered
GodotMethod!(void, String) _htmlEntered;
Undocumented in source.
_htmlFocusExit
GodotMethod!(void) _htmlFocusExit;
Undocumented in source.
_presetInput
GodotMethod!(void, InputEvent) _presetInput;
Undocumented in source.
_sampleDraw
GodotMethod!(void) _sampleDraw;
Undocumented in source.
_screenInput
GodotMethod!(void, InputEvent) _screenInput;
Undocumented in source.
_screenPickPressed
GodotMethod!(void) _screenPickPressed;
Undocumented in source.
_textTypeToggled
GodotMethod!(void) _textTypeToggled;
Undocumented in source.
_updatePresets
GodotMethod!(void) _updatePresets;
Undocumented in source.
_uvInput
GodotMethod!(void, InputEvent) _uvInput;
Undocumented in source.
_valueChanged
GodotMethod!(void, double) _valueChanged;
Undocumented in source.
_wInput
GodotMethod!(void, InputEvent) _wInput;
Undocumented in source.
addPreset
GodotMethod!(void, Color) addPreset;
Undocumented in source.
arePresetsEnabled
GodotMethod!(bool) arePresetsEnabled;
Undocumented in source.
arePresetsVisible
GodotMethod!(bool) arePresetsVisible;
Undocumented in source.
erasePreset
GodotMethod!(void, Color) erasePreset;
Undocumented in source.
getPickColor
GodotMethod!(Color) getPickColor;
Undocumented in source.
getPresets
GodotMethod!(PoolColorArray) getPresets;
Undocumented in source.
isDeferredMode
GodotMethod!(bool) isDeferredMode;
Undocumented in source.
isEditingAlpha
GodotMethod!(bool) isEditingAlpha;
Undocumented in source.
isHsvMode
GodotMethod!(bool) isHsvMode;
Undocumented in source.
isRawMode
GodotMethod!(bool) isRawMode;
Undocumented in source.
setDeferredMode
GodotMethod!(void, bool) setDeferredMode;
Undocumented in source.
setEditAlpha
GodotMethod!(void, bool) setEditAlpha;
Undocumented in source.
setHsvMode
GodotMethod!(void, bool) setHsvMode;
Undocumented in source.
setPickColor
GodotMethod!(void, Color) setPickColor;
Undocumented in source.
setPresetsEnabled
GodotMethod!(void, bool) setPresetsEnabled;
Undocumented in source.
setPresetsVisible
GodotMethod!(void, bool) setPresetsVisible;
Undocumented in source.
setRawMode
GodotMethod!(void, bool) setRawMode;
Undocumented in source.

Meta