Represents an HSL (Hue, Saturation, Luminance) color with double precision floating point channels.
HSL colors are used primarily in Graphical User Interface environments as they provide a
very natural approach to picking colors.
Namespace: Rhino.DisplayAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.5 (5.0.20693.0)
Syntax
| C# |
|---|
[SerializableAttribute] public struct ColorHSL |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Structure ColorHSL |