Click or drag to resize
SimpleGradientBottomColor Property
Gets or sets the bottom 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 BottomColor { get; set; }

Property Value

Type: Color32
The bottom colors of the gradient.
See Also