Table of Contents

Delegate ColorPicker.ColorChangedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the ColorChanged event of a ColorPicker class.

public delegate void ColorPicker.ColorChangedEventHandler(Color color)

Parameters

color Color
Represents the method that handles the event of a class.

Constructors

ColorChangedEventHandler(object, IntPtr)

public ColorChangedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(Color, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(Color color, AsyncCallback callback, object @object)

Parameters

color Color
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(Color)

public virtual void Invoke(Color color)

Parameters

color Color