AUI Framework
develop
Cross-platform base for C++ UI apps
|
Represents a 3-component floating point color (HSV). More...
#include <AUI/Common/AColor.h>
Public Member Functions | |
AColor | toRGB () const noexcept |
Static Public Member Functions | |
static AColorHSV | fromRGB (AColor color) noexcept |
Signals and public fields | |
aui::float_within_0_1 | hue = 0.f |
aui::float_within_0_1 | saturation = 0.f |
aui::float_within_0_1 | value = 0.f |
Represents a 3-component floating point color (HSV).