draw.h - modes for combining graphics with the backgroundΒΆ

Modes for combining graphics with the background

  1. Values used by the sys.DrawTextMode variable to define how text or line graphics produced by Sculptor draw functions are combined with the background.

TRANSPARENT

Use current background, ignoring brush background colour

OPAQUE

Use brush background colour (default)

  1. Values used by the sys.DrawGraphicMode variable to define how graphic images produced by Sculptor draw functions are combined with the background. These values are listed and documented under sys.DrawGraphicMode.


RELATED TOPICS

Drawing operations