Interface IColorPickerService
The service used to allow picking of colors.
Namespace: Gorgon.Editor.Services
Assembly: Gorgon.Editor.API.dll
Syntax
public interface IColorPickerService
Methods
| Edit this page View SourceGetColor(GorgonColor)
Function to retrieve a color.
Declaration
GorgonColor? GetColor(GorgonColor originalColor)
Parameters
Type | Name | Description |
---|---|---|
GorgonColor | originalColor | The original color being changed. |
Returns
Type | Description |
---|---|
GorgonColor? | The new color, or null if cancelled. |