SetDrawStyle

Set draw style for all drawing functions

Syntax: SetDrawStyle(style,blend=50)

  • style style from style definition

  • blend blend percentage value used for BLD style <0...100>

    Notes: Set up style is than used for all drawings and is used accordingly.

Example:

  • SetDrawStyle(ADD), set draw style to addition

  • SetDrawStyle(BLD,20), set draw style to blending, 20 and 80 percent

See also: SetPallete, SetDrawDefaults

Last updated

Was this helpful?