Name
ArcDistortBrush -- apply arc distortion to brush (V5.0)
Synopsis
ArcDistortBrush(id, angle1[, angle2, rtop, rbottom, smooth])
Function
This command can be used to apply arc distortion to the brush specified in id. The angle1 argument specifies the angle over which the brush should be arc'ed. The optional arguments can be used to control further parameters for the arc distortion. angle2 can be used to rotate the brush around the circle, and the rtop and rbottom values can be used to adjust the top and bottom radii settings. Finally, the optional argument smooth can be used to enable antialiased pixel interpolation which leads to a smoother appearance but takes longer to calculate.

Inputs
id
brush that shall be distorted
angle1
angle over which to bend the brush
angle2
optional: angle for rotating the brush around the circle (defaults to 0)
rtop
optional: top edge of brush will be set to this radius (defaults to an automatically calculated value that tries to keep the aspect-ratio as good as possible)
rbottom
optional: bottom edge of brush will be set to this radius (defaults to an automatically calculated value that tries to keep the aspect-ratio as good as possible)
smooth
optional: whether or not anti-aliased distortion shall be used (defaults to False)

Show TOC