Delegate ColorPicker.PresetRemovedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the PresetRemoved event of a ColorPicker class.
public delegate void ColorPicker.PresetRemovedEventHandler(Color color)
Parameters
color
Color- Represents the method that handles the event of a class.
Constructors
PresetRemovedEventHandler(object, IntPtr)
public PresetRemovedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(Color, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(Color color, AsyncCallback callback, object @object)
Parameters
color
Colorcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(Color)
public virtual void Invoke(Color color)
Parameters
color
Color