Click or drag to resize
SimpleGradientTopColor Property
Gets or sets the top color of the gradient.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public Color32 TopColor { get; set; }

Property Value

Type: Color32
The top color of the gradient.
See Also