Extending Flash |
|
|
|
| Objects > SymbolInstance object > symbolInstance.colorBluePercent | |||
Flash MX 2004.
symbolInstance.colorBluePercent
Property; an integer that is part of the color transformation for the instance. This property is equivalent to using the Color > Advanced setting in the instance Property inspector (the percentage controls on the left of the dialog box). This value sets the blue values to a specified percentage. Allowable values are from -100 to 100.
The following example sets the colorBluePercent of the selected symbol instance to 80:
fl.getDocumentDOM().selection[0].colorBluePercent = 80;
|
|
|
|