A color in Hue-Saturation-Value/Brightness format.
A color in Hue-Saturation-Value/Brightness format.
Member Name | Summary |
---|---|
Hue | Hue component of this color in range 0 to 360. |
Saturation | Saturation of this color in range 0 (white) to 1 (full color). |
Value | Brightness of this color in range 0 (black) to 1 (full color). |
Alpha | Transparency of this color in range 0 (fully transparent) to 1 (fully opaque). |
Member Name | Summary |
---|---|
ToColor | Convert this object to Color. |
WithHue | Returns a new ColorHsv with the specified hue. |
WithSaturation | Returns a new ColorHsv with the specified saturation. |
WithValue | Returns a new ColorHsv with the specified value. |
WithAlpha | Returns a new ColorHsv with the specified alpha. |