AUI Framework  develop
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
AColorHSV Struct Reference

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
 

Detailed Description

Represents a 3-component floating point color (HSV).


The documentation for this struct was generated from the following files: