Delegate ColorPicker.ColorEvent
Event that gets called by the ColorPicker
Namespace: Jotunn.GUI
Assembly: Jotunn.dll
Syntax
public delegate void ColorPicker.ColorEvent(Color c)
Parameters
Type | Name | Description |
---|---|---|
Color | c | received Color |