![[index]](../icons/index.gif)
Next: color-database<>
Up: color
Previous: red
Sets the three (red, green, and blue) component values of the color.
- (send a-color set red green blue) -> void
red : exact integer in [0, 255]
green : exact integer in [0, 255]
blue : exact integer in [0, 255]
PLT