Click or drag to resize
ColorGradientEvaluate Method
Evaluate the color at the specified parameter value.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public Color Evaluate(
	float t
)

Parameters

t
Type: SystemSingle
A parameter value in the range [0, 1].

Return Value

Type: Color
The interpolated Color at the specified parameter in this instance.
See Also