filter.quality
Availability
Flash 8.
Usage
filter.quality
Description
Property; a string that specifies the blur quality. Acceptable values are
(
is similar to a Gaussian blur). This property is defined for Filter objects with
"high"
"high"
a value of
"bevelFilter"
"gradientGlowFilter"
Example
The following example sets the blur quality to
object(s):
var myFilters = fl.getDocumentDOM().getFilters();
for(i=0; i < myFilters.length; i++){
if(myFilters[i].name == 'glowFilter'){
myFilters[i].quality = 'medium';
}
}
fl.getDocumentDOM().setFilters(myFilters);
See also
document.setFilterProperty()
filter.saturation
Availability
Flash 8.
Usage
filter.saturation
Description
Property; a float value that specifies the saturation value of the filter. Acceptable values are
from -100 to 100. This property is defined for Filter objects with a value of
"adjustColorFilter"
218
Objects
,
,
"blurFilter"
"dropShadowFilter"
, or
"gradientBevelFilter"
for the
filter.name
,
for the
filter.name
for the Glow filters on the selected
"medium"
property.
,
, and
"low"
"medium"
,
"glowFilter"
property.
Need help?
Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?