#include <color.hpp>
Public Member Functions | |
Hsv () | |
Hsv (const float h, const float s, const float v) | |
Rgb | toRgb () const |
Rgba | toRgba () const |
Rgba | toRgba (const float a) const |
Static Public Member Functions | |
static Hsv | fromRgb (const Rgb &rgb) |
Public Attributes | |
float | h |
float | s |
float | v |