ActionScript 3 常用颜色值作为常量
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ActionScript 3 常用颜色值作为常量相关的知识,希望对你有一定的参考价值。
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;
以上是关于ActionScript 3 常用颜色值作为常量的主要内容,如果未能解决你的问题,请参考以下文章
ActionScript 3 AS3使用按位移位将RGB值转换为颜色
ActionScript 3 循环通过类的常量属性
ActionScript 3 颜色Const:灰色,html颜色,svg颜色
ActionScript 3 AS3 RGB颜色(对象)到HSB颜色(对象)
ActionScript 3 AS3 HSB颜色(对象)到RGB颜色(对象)
ActionScript 3 ls的bash颜色