Color.Hsva
HSVA color type (Hue, Saturation, Value, Alpha).
type t = {
h : float;
s : float;
v : float;
a : float;
}