Static variables
@:value(FlxColor.BLACK)staticread onlyBLACK:Int = FlxColor.BLACK
@:value(FlxColor.BLUE)staticread onlyBLUE:Int = FlxColor.BLUE
@:value(FlxColor.BROWN)staticread onlyBROWN:Int = FlxColor.BROWN
@:value(FlxColor.CYAN)staticread onlyCYAN:Int = FlxColor.CYAN
@:value(FlxColor.GRAY)staticread onlyGRAY:Int = FlxColor.GRAY
@:value(FlxColor.GREEN)staticread onlyGREEN:Int = FlxColor.GREEN
@:value(FlxColor.LIME)staticread onlyLIME:Int = FlxColor.LIME
@:value(FlxColor.MAGENTA)staticread onlyMAGENTA:Int = FlxColor.MAGENTA
@:value(FlxColor.ORANGE)staticread onlyORANGE:Int = FlxColor.ORANGE
@:value(FlxColor.PINK)staticread onlyPINK:Int = FlxColor.PINK
@:value(FlxColor.PURPLE)staticread onlyPURPLE:Int = FlxColor.PURPLE
@:value(FlxColor.RED)staticread onlyRED:Int = FlxColor.RED
@:value(FlxColor.TRANSPARENT)staticread onlyTRANSPARENT:Int = FlxColor.TRANSPARENT
@:value(FlxColor.WHITE)staticread onlyWHITE:Int = FlxColor.WHITE
@:value(FlxColor.YELLOW)staticread onlyYELLOW:Int = FlxColor.YELLOW
Static methods