TweenX Documentation
Back | Index
class tweenx909.rule.HsvX
... @author shohei909
var h : Float
var s : Float
var v : Float
function new(hue : Float, saturation : Float, value : Float) : Void
static var inputClass(default,null) : Dynamic
static function calc(from : HsvX, to : HsvX, t1 : Float, t2 : Float, tween : tweenx909.TweenX) : Int
static function defaultFrom(value : Int, to : HsvX, tween : tweenx909.TweenX) : HsvX
static function of(color : Int, ?hueIndex : Int) : HsvX
Back | Index