User Guide
198 Chapter 5: Fireworks JavaScript API
dom.setBrushNColorNTexture()
Availability
Fireworks 3.
Usage
dom.setBrushNColorNTexture(brush, color, texture-name)
Arguments
brush
A Brush object (see “Brush object” on page 26).
color A color string (see “Color string data type” on page 11).
texture-name The name of the texture to be applied.
Returns
Nothing.
Description
Sets the selection to the specified brush, brush color, and brush texture.
See also
dom.setBrushColor()
dom.setBrushPlacement()
Availability
Fireworks 3.
Usage
dom.setBrushPlacement(placement)
Arguments
placement
Acceptable values are "inside", "center", and "outside".
Returns
Nothing.
Description
Specifies the brush placement of the stroke on the selection.
dom.setButtonAutoSlice()
Availability
Fireworks 3.
Usage
dom.setButtonAutoSlice(bAutoSlice)