HslColor Structure Members
In This Topic
The following tables list the members exposed by HslColor.
Public Constructors
Public Properties
| Name | Description |
 | Hue | Gets or sets the hue value in the range [0, 360]. |
 | Lightness | Gets or sets the lightness value in the range [0, 1]. |
 | Opacity | Gets or sets the opacity value in the range [0, 1]. |
 | Saturation | Gets or sets the saturation value in the range [0, 1]. |
Top
Public Methods
| Name | Description |
 | Equals | Overloaded. Determines whether the specified HslColor is equal to this instance. |
 | GetHashCode | Returns a hash code for this struct. |
 | ToArgb | Returns a 32-bit ARGB value that represents this HSL color. |
 | ToColor | Returns a System.Drawing.Color that represents this HSL color. |
 | ToString | Returns a string representation of this HSL color. |
Top
Public Operators
See Also