HslColor Constructor
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
HslColor() | Default constructor creates an empty instance of the class. | |
HslColor(Int32, Int32, Int32) | Creates instance of the class with the specified hue, saturation, and luminosity. |
Top