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.
(-> voidsenda-brushset-colorcolor)
color:color%objectSets the brush's color to match the given color.
(-> voidsenda-brushset-colorcolor-name)
color-name: stringSet's the brushes color to
color-nameif the name is known; seecolor-database<%>for information about color names.
(-> voidsenda-brushset-colorredgreenblue)
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.