Represents an LCH (Lightness, A, B) color with double precision floating point channels.
LCH colors (also sometimes called CIELUV) are transformation of the 1931 CIE XYZ color space,
in order to approach perceptual uniformity. They are primarily used in computer graphics which
deal with colored lights.
Namespace: Rhino.DisplayAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.5 (5.0.20693.0)
Syntax
| C# |
|---|
[SerializableAttribute] public struct ColorLCH |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Structure ColorLCH |