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