Public Properties | |
| xtd::single | hue |
| Gets or sets the hue component value of this xtd::drawing::hsv struct. | |
| xtd::single | saturation |
| Gets or sets the saturation component value of this xtd::drawing::hsv struct. | |
| xtd::single | value |
| Gets or sets the value component value of this xtd::drawing::hsv struct. | |
Public Static Methods | |
| static auto | from_hsv (xtd::single hue, xtd::single saturation, xtd::single value) noexcept -> xtd::drawing::hsv |
| Creates a xtd::hsv struct from the specified hue, saturation, and value single values. | |
| static auto | from_hsv (const hsv &value) noexcept -> xtd::drawing::hsv |
| Creates a xtd::hsv struct from the specified axtd::drawing::hsv value. | |
|
inlinestaticnodiscardnoexcept |
Creates a xtd::hsv struct from the specified hue, saturation, and value single values.
| hue | The a single value. |
| saturation | The r single value. |
| value | The g single value. |
|
inlinestaticnodiscardnoexcept |
Creates a xtd::hsv struct from the specified axtd::drawing::hsv value.
| value | The hsv value. |
| xtd::single xtd::drawing::hsv::hue |
Gets or sets the hue component value of this xtd::drawing::hsv struct.
| a | byte The hue component value of this xtd::drawing::hsv. |
| xtd::single xtd::drawing::hsv::saturation |
Gets or sets the saturation component value of this xtd::drawing::hsv struct.
| r | byte The saturation component value of this xtd::drawing::hsv. |
| xtd::single xtd::drawing::hsv::value |
Gets or sets the value component value of this xtd::drawing::hsv struct.
| r | byte The value component value of this xtd::drawing::hsv. |