class flixel.addons.ui.SwatchData implements IFlxDestroyable

Available on all platforms

... * @author Lars A. Doucet

Instance Fields

function new(Name:String, ?Colors:Array<Int> = null):Void

function copy():SwatchData

function destroy():Void

function doColorsEqual(?other:SwatchData = null, ?otherColors:Array<Int> = null):Bool

function getColor(i:Int):Int

function getRawDifference(?other:SwatchData = null, ?otherColors:Array<Int> = null):Int

function setColor(i:Int, Value:Int):Int

function toString():String