/ Published in: ActionScript 3
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
private static const RED:uint = 0xFF0000; private static const GREEN:uint = 0x00FF00; private static const BLUE:uint = 0x0000FF; private static const BLACK:uint = 0x000000; private static const WHITE:uint = 0xFFFFFF; private static const CYAN:uint = 0x00FFFF; private static const MAGENTA:uint = 0xFF00FF; private static const YELLOW:uint = 0xFFFF00; private static const LIGHT_GREY:uint = 0xCCCCCC; private static const MID_GREY:uint = 0x999999; private static const DARK_GREY:uint = 0x666666;