Name
SetBrushPen -- change brush palette pen (V9.0)
Synopsis
SetBrushPen(id, pen, color)
Function
This function sets the color of the pen specified by pen to the color specified by color in the palette of the brush specified by id.

Inputs
id
identifier of brush
pen
pen you want to modify (starting from 0)
color
new color for the pen, must be specified as an RGB color
Example
SetBrushPen(1, 0, #RED)
The code above sets pen 0 to red in the palette of brush 1.

Show TOC