Extending Flash |
|
|
|
| Objects > SymbolInstance object > symbolInstance.colorRedAmount | |||
Flash MX 2004.
symbolInstance.colorRedAmount
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. Allowable values are from -255 to 255.
The following example sets the colorRedAmount of the selected symbol instance to 255:
fl.getDocumentDOM().selection[0].colorRedAmount = 255;
|
|
|
|