Represents a LAB (Lightness, A, B) color with double precision floating point channels.
LAB colors are based on nonlinearly compressed CIE XYZ color space coordinates.
The A and B parameters of a LAB color represent the opponents.
Namespace: Rhino.DisplayAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.5 (5.0.20693.0)
Syntax
| C# |
|---|
[SerializableAttribute] public struct ColorLAB |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Structure ColorLAB |