User Guide
Fireworks functions 331
Returns
The specified color in #rrggbbaa format (for syntax details, see “Color string data type”
on page 11).
Description
Opens the pop-up color swatches dialog box to let the user select a color.
fw.popupColorPickerOverMouse()
Availability
Fireworks MX.
Usage
fw.popupColorPickerOverMouse(initialColor, allowTransparent, forceWeb216)
Arguments
initialColor A color string in #rrggbbaa format, which is the color initially selected in
the dialog box. (For syntax details, see “Color string data type” on page 11.)
allowTransparent A Boolean value that lets the user select a transparent color; set to true
for transparent,
false otherwise.
forceWeb216 A Boolean value that forces the chosen color to fall within the web216 panel;
set to
true to force the color change, false otherwise.
Returns
The specified color in #rrggbbaa format (For syntax details, see “Color string data type”
on page 11).
Description
Opens the color pop-up window at the current mouse location to let the user select a color.
fw.quit()
Availability
Fireworks 4.
Usage
fw.quit()