UShader Engine Wikia
Advertisement
RGB to HSV

 Name[]

RGB to HSV - convert RGB to HSV.

Synopsis[]

vector1 Hue(vector3 RGB);
vector1 Satur(vector3 RGB);
vector1 Value(vector3 RGB);

 Parameters[]

RGB

Input RGB.

Description[]

This node converts the RGB value to HSV.

Advertisement