Package | com.boostworthy.core |
Class | public class EnhancedShape |
Inheritance | EnhancedShape ![]() |
Implements | IColorable, IDisposable |
See also
Property | Defined by | ||
---|---|---|---|
colorMatrix : ColorMatrix
[read-only]
Gets a reference to this object's color matrix.
| EnhancedShape |
Property | Defined by | ||
---|---|---|---|
m_objColorMatrix : ColorMatrix
Holds an instance of the color matrix object for manipulating this
object's color.
| EnhancedShape |
Method | Defined by | ||
---|---|---|---|
Constructor.
| EnhancedShape | ||
dispose():void
Clean up this object for garbage collection.
| EnhancedShape |
Method | Defined by | ||
---|---|---|---|
applyColorMatrix():void
Applies the current value of the color matrix to this object by creating
a new color matrix filter and applying the color matrix to it.
| EnhancedShape | ||
init():void
Initializes this object.
| EnhancedShape | ||
onColorMatrixChange(objEvent:Event):void
Called whenever this object's color matrix changes.
| EnhancedShape |
colorMatrix | property |
colorMatrix:ColorMatrix
[read-only]Gets a reference to this object's color matrix.
Implementation public function get colorMatrix():ColorMatrix
See also
m_objColorMatrix | property |
protected var m_objColorMatrix:ColorMatrix
Holds an instance of the color matrix object for manipulating this object's color.
EnhancedShape | () | constructor |
public function EnhancedShape()
Constructor.
applyColorMatrix | () | method |
protected function applyColorMatrix():void
Applies the current value of the color matrix to this object by creating a new color matrix filter and applying the color matrix to it. The filter is then added to the existing filter collection for this object.
See also
dispose | () | method |
public function dispose():void
Clean up this object for garbage collection.
init | () | method |
protected function init():void
Initializes this object.
onColorMatrixChange | () | method |
protected function onColorMatrixChange(objEvent:Event):void
Called whenever this object's color matrix changes.
ParametersobjEvent:Event — An object containing information about the event.
|
See also