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

参数

rgbColorAn input color.
HOutput variable for hue.
SOutput variable for saturation.
VOutput variable for value.

描述

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