 | ColorGradientEvaluate Method |
Evaluate the color at the specified parameter value.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic 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