[]
        
(Showing Draft Content)

C1.WPF.C1HslColor

C1HslColor Struct

Class that allows to increase/decrease lightness of the specified color.

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public struct C1HslColor

Constructors

Name Description
C1HslColor(byte, float, float, float)

Initializes a new instance of the C1HslColor struct.

C1HslColor(float, float, float)

Initializes a new instance of the C1HslColor struct.

C1HslColor(Color)

Initializes a new instance of the C1HslColor struct.

Properties

Name Description
Alpha

Gets or sets the alpha channel of the color.

Hue

Gets or sets the hue of the color.

Luminance

Gets or sets the luminance of the color.

Saturation

Gets or sets the saturation of the color.