# rgb2hsv()
# Example
# Description
Converts RGB values into Hue, Saturation, Value(also called Brightness).
# Syntax
rgb2hsv(inputColor);
# Parameters
inputColor Vec3: input red, green, and blue color values from 0.0 to 1.0
← hsv2rgb() occlusion() →