IColorable

The ‘IColorable’ interface defines a common interface for all colorable objects.

Summary
IColorableThe ‘IColorable’ interface defines a common interface for all colorable objects.
Properties
colorMatrixGets a reference to the color matrix instance that is associated with the object.

Properties

colorMatrix

function get colorMatrix():ColorMatrix

Gets a reference to the color matrix instance that is associated with the object.

Returns

A reference to the color matrix associated with the object. 

The ‘EnhancedBitmap’ class extends upon the ‘Bitmap’ class by providing an enhanced foundation for additional garbage collection and color support.
The ‘EnhancedMovieClip’ class extends upon the ‘MovieClip’ class by providing an enhanced foundation for additional garbage collection and color support.
The ‘EnhancedShape’ class extends upon the ‘Shape’ class by providing an enhanced foundation for additional garbage collection and color support.
The ‘EnhancedSimpleButton’ class extends upon the ‘SimpleButton’ class by providing an enhanced foundation for additional garbage collection and color support.
The ‘EnhancedSprite’ class extends upon the ‘Sprite’ class by providing an enhanced foundation for additional garbage collection and color support.
function get colorMatrix():ColorMatrix
Gets a reference to the color matrix instance that is associated with the object.
Close