rgb expression function
Converts HSV values to RGB components.
Usage
rgb(hue, saturation, value, component)
The component should be one of "r", "g" or "b".
Examples
rgb(270, .5, 1, "b")
Replaced by
Replaced by hou.Color.setHSV, hou.Color.rgb
Converts HSV values to RGB components.
rgb(hue, saturation, value, component)
The component should be one of "r", "g" or "b".
rgb(270, .5, 1, "b")
Replaced by hou.Color.setHSV, hou.Color.rgb