Skip to content

Anti Alias

Christopher Ross-Gill edited this page Aug 1, 2016 · 1 revision
Next Page: Arc Return To Draw Contents

Turns anti-aliasing on or off; it is on by default

Arg Type Description Values
active [logic!] The new value for anti-aliasing behavior

Anti-Alias On

anti-alias on   line-width 10  circle 200x200 100

Anti-Alias Off

anti-alias off  line-width 10  circle 200x200 100

The ANTI-ALIAS command can be used multiple times in DRAW block to easily switch between rendering modes.

anti-alias off
line-width 10
circle 150x150 100
anti-alias on
line-width 10
circle 250x250 100

Next Page: Arc Return To Draw Contents

Pages

Chapters
Clone this wiki locally