set-color in pen%
Sets the pen color.
A pen cannot be modified if it was obtained from a
pen-list% or while it is selected into a drawing context.
(-> voidsenda-penset-colorcolor)
color:color%objectSets the color to match the given color.
(-> voidsenda-penset-colorcolor-name)
color-name: stringSets the pen color by looking up a color name in the global
color-database<%>objectthe-color-database. The pen is not changed if the color is unknown.
(-> voidsenda-penset-colorredgreenblue)
red: exact integer in [0, 255]
green: exact integer in [0, 255]
blue: exact integer in [0, 255]Sets the pen color to specific RGB values.