set-color in brush%
Sets the brush's color.
A brush cannot be modified if it was obtained from a
brush-list% or while it is selected into a drawing
context.
( -> void
send a-brush set-color color)
color : color% object
Sets the brush's color to match the given color.
( -> void
send a-brush set-color color-name)
color-name : string
Set's the brushes color to color-name if the name is known; see
color-database<%> for information about color names.
( -> void
send a-brush set-color red green blue)
red : exact integer in [0, 255]
green : exact integer in [0, 255]
blue : exact integer in [0, 255]
Sets the RGB values of the brush's color.