The latest version of this document can be found at www.broad.ology.org.uk/amiga/sketchblock/smoothtool.html

SketchBlock 3.4 - Digital Sketching For The Amiga

Smooth Tool

The smooth tool allows you to apply subtle smoothing effects. It applies a gausian blur the area of the brush stroke.

Smooth Tool Settings

When the Smooth tool is active the settings for the tool can be modified via the settings panel in the Tools Window.(Shown Right)

The following attributes can be controlled.

Smooth Tool ARexx Commands

To pass ARexx commands to the Smooth tool you must use the SketchBlock ARexx command COMMANDTOOL

SET

ATTR/K,STEM/K

Sets the Smooth settings to the provided values.

GET

ATTR/K,STEM/K

Retrieves the current settings via a STEM varaible.
STEM/K
Pass the variable to which the settings will be added. The values will be added to the stem variable useing the name above with no index component. eg If the STEM var was FOO pressure size will be added as FOO.PRESSURESIZE

The latest version of this document can be found at www.broad.ology.org.uk/amiga/sketchblock/smoothtool.html