57 friend auto operator <<(std::ostream& os,
const hsv&
value) -> std::ostream& {
float single
Represents a single-precision floating-point number.
Definition single.hpp:23
The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functi...
Definition actions_system_images.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
The hsv struct.
Definition hsv.hpp:22
xtd::single value
Gets or sets the value component value of this xtd::drawing::hsv struct.
Definition hsv.hpp:34
static auto from_hsv(const hsv &value) noexcept -> xtd::drawing::hsv
Creates a xtd::hsv struct from the specified axtd::drawing::hsv value.
Definition hsv.hpp:51
xtd::single saturation
Gets or sets the saturation component value of this xtd::drawing::hsv struct.
Definition hsv.hpp:31
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.
Definition hsv.hpp:45
xtd::single hue
Gets or sets the hue component value of this xtd::drawing::hsv struct.
Definition hsv.hpp:28