作为常量的常用颜色值

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了作为常量的常用颜色值相关的知识,希望对你有一定的参考价值。

  1. private static const RED:uint = 0xFF0000;
  2. private static const GREEN:uint = 0x00FF00;
  3. private static const BLUE:uint = 0x0000FF;
  4. private static const BLACK:uint = 0x000000;
  5. private static const WHITE:uint = 0xFFFFFF;
  6. private static const CYAN:uint = 0x00FFFF;
  7. private static const MAGENTA:uint = 0xFF00FF;
  8. private static const YELLOW:uint = 0xFFFF00;
  9. private static const LIGHT_GREY:uint = 0xCCCCCC;
  10. private static const MID_GREY:uint = 0x999999;
  11. private static const DARK_GREY:uint = 0x666666;

以上是关于作为常量的常用颜色值的主要内容,如果未能解决你的问题,请参考以下文章

开发中常用颜色的 rgb 值

常用颜色RGB灰度值

UI的考核方式之主题颜色 + 主题字体 + 主题样式

关于前端CSS的总结

CMYK 值作为背景颜色

Android将颜色作为字符串值