Click or drag to resize
ColorInterpolationSpace Enumeration
An enum to specify how intermediate color values should be calculated.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public enum ColorInterpolationSpace
Members
  Member nameValueDescription
RGB0 Interpolate each color channel (red, blue, and green).
HSV1 Interpolate colors along hue, saturation, and value.
See Also