set in color%
Sets the three (red, green, and blue) component values of the color.
(-> voidsenda-colorsetredgreenblue)
red: exact integer in [0, 255]
green: exact integer in [0, 255]
blue: exact integer in [0, 255]
set in color%
Sets the three (red, green, and blue) component values of the color.
( -> void
send a-color set red green blue)
red : exact integer in [0, 255]
green : exact integer in [0, 255]
blue : exact integer in [0, 255]