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