Click or drag to resize
ColorGradient Constructor
Initializes a new instance of the ColorGradient struct.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public ColorGradient(
	Color minColor,
	Color maxColor,
	ColorInterpolationSpace interpolationSpace = ColorInterpolationSpace.RGB
)

Parameters

minColor
Type: Color
Minimum color.
maxColor
Type: Color
Maximum color.
interpolationSpace (Optional)
Type: CandlelightColorInterpolationSpace
Interpolation space.
See Also