TweenX Documentation
Back |
Indexclass tweenx909.rule.ArgbX
...
@author shohei909
- var a : Float
- var b : Float
- var g : Float
- var r : Float
- function new(alpha : Float, red : Float, green : Float, blue : Float) : Void
- static var inputClass(default,null) : Dynamic
- static function calc(from : ArgbX, to : ArgbX, t1 : Float, t2 : Float, tween : tweenx909.TweenX) : Int
- static function defaultFrom(value : Int, to : ArgbX, tween : tweenx909.TweenX) : ArgbX
- static function of(color : Int) : ArgbX
Back |
Index