Function
Returns a member of class <color>.
make-rgb-color red green blue #key opacity => color
limited(<real>, min: 0, max: 1).
limited(<real>, min: 0, max: 1).
limited(<real>, min: 0, max: 1).
limited(<real>, min: 0, max: 1). Default value: 1.0.
<color>.
duim-dcsduim-dcs Returns a member of class <color>. The red, green, and blue arguments are real numbers between 0 and 1 (inclusive) that specify the values of the corresponding color components.
When all three color components are 1, the resulting color is white. When all three color components are 0, the resulting color is black.