Color | |
| Name | Description | |
|---|---|---|
| ConvertRgbToHsv(Color3) | Convert color from RGB to HSV color space. Returned hue values are in range from 0 to 360 (degrees), while saturation and value are in range from 0 to 1. | |
| ConvertRgbToHsv(Color3, Single, Single, Single) | Convert color from RGB to HSV color space. Returned hue values are in range from 0 to 360 (degrees), while saturation and value are in range from 0 to 1. |