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