Math::ColorHSV struct

Three float values that represent a color (the hue, saturation and value/brightness values).

Constructors, destructors, conversion operators

ColorHSV(float h, float s, float v)
ColorHSV()

Public functions

auto Set(float h, float s, float v) -> ColorHSV&

Public variables

float h
float s
float v