C# Class ComponentFactory.Krypton.Toolkit.ColorHSL

Represents a hue, saturation, luminance triple.
Inheritance: GlobalId
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
ColorHSL ( ) : System

Initialize a new instance of the ColorHSL class.

ColorHSL ( Color c ) : System

Initialize a new instance of the ColorHSL class.

Method Details

ColorHSL() public method

Initialize a new instance of the ColorHSL class.
public ColorHSL ( ) : System
return System

ColorHSL() public method

Initialize a new instance of the ColorHSL class.
public ColorHSL ( Color c ) : System
c Color Initialize from an existing Color.
return System