Version: 2017.3
public static void RGBToHSV (Color rgbColor, out float H, out float S, out float V);

파라미터

rgbColor An input color.
H Output variable for hue.
S Output variable for saturation.
V Output variable for value.

설명

Calculates the hue, saturation and value of an RGB input color.