 | ColorGradient Constructor |
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic 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