Adobe Extending Flash Professional CS5 Manuale Utente Pagina 233

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 565
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 232
211
EXTENDING FLASH PROFESSIONAL
Filter object
Last updated 5/2/2011
filter.highlightColor
Availability
Flash 8.
Usage
filter.highlightColor
Description
Property; the color of the highlight, in one of the following formats:
A string in the format "#RRGGBB" or "#RRGGBBAA"
A hexadecimal number in the format 0xRRGGBB
An integer that represents the decimal equivalent of a hexadecimal number
This property is defined for Filter objects with a value of "bevelFilter" for the filter.name property.
Example
The following example sets the highlight color to "#ff00003e" for the Bevel filters on the selected object(s):
var myFilters = fl.getDocumentDOM().getFilters();
for(i=0; i < myFilters.length; i++){
if(myFilters[i].name == 'bevelFilter'){
myFilters[i].highlightColor = '#ff00003e';
}
}
fl.getDocumentDOM().setFilters(myFilters);
filter.hue
Availability
Flash 8.
Usage
filter.hue
Description
Property; a float value that specifies the hue of the filter. Acceptable values are between -180 and 180. This property is
defined for Filter objects with a value of
"adjustColorFilter" for the filter.name property.
Example
The following example sets the hue to 120 for the Adjust Color filters on the selected object(s):
Vedere la pagina 232
1 2 ... 228 229 230 231 232 233 234 235 236 237 238 ... 564 565

Commenti su questo manuale

Nessun commento