PAINT

PAINT paints the area enclosed by the current path in the current pattern. The current path starts at the last MOVETO given and includes all subsequent DRAWs. This command only works for the PostScript format (as graphical files or on printed hardcopy).

PCFUNCTION

Syntax

PAINT <code> <video> <mode>

 

<> denotes optional parameters. To set a new current pattern, supply any or all of the optional parameters.

  • <code> is a single letter 0-9, A-Z or a-t (if <code>=t, also supply a space and a number in the range 0.00-1.00). The default is 0.
  • <video> is a string reading NORMAL (the default) or INVERSE.
  • <mode> is a string reading TRANSPARENT (the default) or OPAQUE.