Struct Gradient
Namespace: MouseDance.Runtime
Assembly: MouseDance.Runtime.dll
Syntax
[Serializable]
public struct Gradient
Constructors
Gradient(Color32, Color32)
Declaration
public Gradient(Color32 sta, Color32 end)
Parameters
Type | Name | Description |
---|---|---|
Color32 | sta | |
Color32 | end |
Fields
ColourEnd
Declaration
public Color32 ColourEnd
Field Value
Type | Description |
---|---|
Color32 |
ColourStart
Declaration
public Color32 ColourStart
Field Value
Type | Description |
---|---|
Color32 |