RadControls for WinForms

Represents color in HSL color space.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
[TypeConverterAttribute(typeof(HslColorConverter))]
public struct HslColor
Visual Basic
<TypeConverterAttribute(GetType(HslColorConverter))> _
Public Structure HslColor

Remarks

Used for color blending operations, defined in HSL color space which are more precise than in RGB. HSL colors are used by theming and painting sub-systems of RadControls.

See Also