Creates a xtd::drawing::color class from the three HSV component (hue, saturation, and brightness) values.
- Parameters
-
hue | The xtd::drawing::color saturation. The saturation ranges from 0.0 through 1.0, where 0.0 is grayscale and 1.0 is the most saturated. |
saturation | The xtd::drawing::color saturation. The saturation ranges from 0.0 through 1.0, where 0.0 is grayscale and 1.0 is the most saturated. |
brightness | The xtd::drawing::color lightness. The brightness ranges from 0.0 through 1.0, where 0.0 represents black and 1.0 represents white. |
- Returns
- xtd::drawing::color The xtd::drawing::color structure that this method creates.