flxanimate.motion

..
AdjustColor

The AdjustColor class defines various color properties, such as brightness, contrast, hue, and saturation, to support the ColorMatrixFilter class. You can apply the AdjustColor filter to any display object, and also generate a flat array representing all four color properties to use with the ColorMatrixFilter class.

ColorMatrix

The ColorMatrix class calculates and stores color matrixes based on given values. This class extends the DynamicMatrix class and also supports the ColorMatrixFilter class.

DynamicMatrix

The DynamicMatrix class calculates and stores a matrix based on given values. This class supports the ColorMatrixFilter and can be extended by the ColorMatrix class.