Class HSVColor
Assembly: NoSuchStudio-Common.dll
Syntax
public static class HSVColor
Methods
hsv2rgb(Vector3)
Declaration
public static Color hsv2rgb(Vector3 hsv)
Parameters
| Type |
Name |
Description |
| UnityEngine.Vector3 |
hsv |
|
Returns
| Type |
Description |
| UnityEngine.Color |
|
hue2rgb(Single)
Declaration
public static Color hue2rgb(float hue)
Parameters
| Type |
Name |
Description |
| Single |
hue |
|
Returns
| Type |
Description |
| UnityEngine.Color |
|
rgb2hsv(Color)
Declaration
public static Vector3 rgb2hsv(Color rgb)
Parameters
| Type |
Name |
Description |
| UnityEngine.Color |
rgb |
|
Returns
| Type |
Description |
| UnityEngine.Vector3 |
|