Function hsv

RGBA from HSV[A]

Color4f hsv (
  float h,
  float s,
  float v,
  float a = 1.0F
);