Package | gs.plugins |
Class | public class HexColorsPlugin |
Inheritance | HexColorsPlugin ![]() |
Property | Defined by | ||
---|---|---|---|
changeFactor : Number [write-only]
| HexColorsPlugin | ||
![]() | onComplete : Function
Called when the tween is complete.
| TweenPlugin | |
![]() | overwriteProps : Array
Array containing the names of the properties that should be overwritten in OverwriteManager's
AUTO mode.
| TweenPlugin | |
![]() | propName : String
Name of the special property that the plugin should intercept/handle
| TweenPlugin | |
![]() | round : Boolean
If the values should be rounded to the nearest integer, set this to true.
| TweenPlugin |
Property | Defined by | ||
---|---|---|---|
![]() | _changeFactor : Number = 0 | TweenPlugin | |
_colors : Array | HexColorsPlugin | ||
![]() | _tweens : Array | TweenPlugin |
Method | Defined by | ||
---|---|---|---|
HexColorsPlugin | |||
![]() |
activate($plugins:Array):Boolean
[static]
Handles integrating the plugin into the GreenSock tweening platform.
| TweenPlugin | |
initColor($target:Object, $propName:String, $start:uint, $end:uint):void
| HexColorsPlugin | ||
killProps($lookup:Object):void
| HexColorsPlugin | ||
HexColorsPlugin |
Constant | Defined by | ||
---|---|---|---|
API : Number = 1.0 [static]
| HexColorsPlugin | ||
VERSION : Number = 1.01 [static]
| HexColorsPlugin |
changeFactor | property |
changeFactor:Number
[write-only]Implementation
public function set changeFactor(value:Number):void
_colors | property |
protected var _colors:Array
HexColorsPlugin | () | constructor |
public function HexColorsPlugin()
Init Parameters
initColor | () | method |
public function initColor($target:Object, $propName:String, $start:uint, $end:uint):void
Parameters
$target:Object |
|
$propName:String |
|
$start:uint |
|
$end:uint |
killProps | () | method |
public override function killProps($lookup:Object):void
Parameters
$lookup:Object |
onInitTween | () | method |
public override function onInitTween($target:Object, $value:TweenLite, $tween:*):Boolean
Parameters
$target:Object |
|
$value:TweenLite |
|
$tween:* |
Boolean |
API | constant |
public static const API:Number = 1.0
VERSION | constant |
public static const VERSION:Number = 1.01