Name
SetBrushTransparentPen -- set transparent pen of brush palette (V9.0)
Synopsis
SetBrushTransparentPen(id, pen)
Function
This function sets the transparent pen of the palette of the brush specified by id to the pen specified in pen. Pens are counted from 0.

Inputs
id
identifier of brush to use
pen
desired transparent pen (starting from 0)
Example
SetBrushTransparentPen(1, 4)
The code makes pen 4 in the palette of brush 1 transparent.

Show TOC