17 public static float h(
this Color color)
19 return color.ToHsv().h;
22 public static float s(
this Color color)
24 return color.ToHsv().s;
27 public static float v(
this Color color)
29 return color.ToHsv().v;
static Color HSVtoRGB(HSVColor hsv)
static HSVColor RGBtoHSV(Color color)
static float h(this Color color)
static HSVColor ToHsv(this Color rgb)
static Color ToRGB(this HSVColor hsv)
static float s(this Color color)
static float v(this Color color)