Paintbrush defines the following colors. Each color is avaiable as a method call inside a block passed to the paintbrush method.
blackredgreenyellowbluepurplecyanwhitedefaultAdd the _b suffix to get the “bright” version of the relevant color.
black_bred_bgreen_byellow_bblue_bpurple_bcyan_bwhite_bAs well as the colors listed below, any RGB hex color code (e.g. ff00ff) is available as a method prefixed with hex_, e.g. use hex_ff00ff for magenta.
The shorthand versions #hex_f0f are also provided, i.e. #hex_f0f is equivalent to #hex_ff00ff.