Packagecom.gskinner.motion.plugins
Classpublic class ColorTransformPlugin

Plugin for GTween. Applies a color transform or tint to the target based on the "redMultiplier", "greenMultiplier", "blueMultiplier", "alphaMultiplier", "redOffset", "greenOffset", "blueOffset", "alphaOffset", and/or "tint" tween values. The tint value is a 32 bit color, where the alpha channel represents the strength of the tint. For example 0x8000FF00 would apply a green tint at 50% (0x80) strength.

Supports the following pluginData properties:



Public Properties
 PropertyDefined by
  enabled : Boolean = true
[static] Specifies whether this plugin is enabled for all tweens by default.
ColorTransformPlugin
Public Methods
 MethodDefined by
  
install():void
[static] Installs this plugin for use with all GTween instances.
ColorTransformPlugin
Property detail
enabledproperty
public static var enabled:Boolean = true

Specifies whether this plugin is enabled for all tweens by default.

Method detail
install()method
public static function install():void

Installs this plugin for use with all GTween instances.