EditorGUIUtility.RGBToHSVstatic function RGBToHSV (rgbColor : Color, out H : float, out S : float, out V : float) : voidParameters
DescriptionConvert a color from RGB to HSV color space. All values are in the 0-1 range |
|
||||
| Scripting > Editor Classes > EditorGUIUtility | ||||
EditorGUIUtility.RGBToHSVstatic function RGBToHSV (rgbColor : Color, out H : float, out S : float, out V : float) : voidParameters
DescriptionConvert a color from RGB to HSV color space. All values are in the 0-1 range |