Class ColorChangedEventArgs
Event arguments for the ColorChanged event.
Inherited Members
Namespace: Gorgon.Editor.UI.Controls
Assembly: Gorgon.Editor.API.dll
Syntax
public class ColorChangedEventArgs : EventArgs
Constructors
| Edit this page View SourceColorChangedEventArgs(GorgonColor, GorgonColor)
Initializes a new instance of the ColorChangedEventArgs class.
Declaration
public ColorChangedEventArgs(GorgonColor newColor, GorgonColor originalColor)
Parameters
Type | Name | Description |
---|---|---|
GorgonColor | newColor | The new color. |
GorgonColor | originalColor | The original color. |
Properties
| Edit this page View SourceColor
Property to return the selected color.
Declaration
public GorgonColor Color { get; }
Property Value
Type | Description |
---|---|
GorgonColor |
OriginalColor
Property to return the original color.
Declaration
public GorgonColor OriginalColor { get; }
Property Value
Type | Description |
---|---|
GorgonColor |