⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fscolortable.java

📁 利用opensource的开源jar实现生成flash文件
💻 JAVA
📖 第 1 页 / 共 5 页
字号:
    /** Definition of the color, darkgreen from the Netscape color table. */
    public static FSColor darkgreen() { return new FSColor(0x00, 0x64, 0x00, 0xFF); }
    /** Definition of the color, darkkhaki from the Netscape color table. */
    public static FSColor darkkhaki() { return new FSColor(0xBD, 0xB7, 0x6B, 0xFF); }
    /** Definition of the color, darkmagenta from the Netscape color table. */
    public static FSColor darkmagenta() { return new FSColor(0x8B, 0x00, 0x8B, 0xFF); }
    /** Definition of the color, darkolivegreen from the Netscape color table. */
    public static FSColor darkolivegreen() { return new FSColor(0x55, 0x6B, 0x2F, 0xFF); }
    /** Definition of the color, darkorange from the Netscape color table. */
    public static FSColor darkorange() { return new FSColor(0xFF, 0x8C, 0x00, 0xFF); }
    /** Definition of the color, darkorchid from the Netscape color table. */
    public static FSColor darkorchid() { return new FSColor(0x99, 0x32, 0xCC, 0xFF); }
    /** Definition of the color, darkred from the Netscape color table. */
    public static FSColor darkred() { return new FSColor(0x8B, 0x00, 0x00, 0xFF); }
    /** Definition of the color, darksalmon from the Netscape color table. */
    public static FSColor darksalmon() { return new FSColor(0xE9, 0x96, 0x7A, 0xFF); }
    /** Definition of the color, darkseagreen from the Netscape color table. */
    public static FSColor darkseagreen() { return new FSColor(0x8F, 0xBC, 0x8F, 0xFF); }
    /** Definition of the color, darkslateblue from the Netscape color table. */
    public static FSColor darkslateblue() { return new FSColor(0x48, 0x3D, 0x8B, 0xFF); }
    /** Definition of the color, darkslategray from the Netscape color table. */
    public static FSColor darkslategray() { return new FSColor(0x2F, 0x4F, 0x4F, 0xFF); }
    /** Definition of the color, darkturquoise from the Netscape color table. */
    public static FSColor darkturquoise() { return new FSColor(0x00, 0xCE, 0xD1, 0xFF); }
    /** Definition of the color, darkviolet from the Netscape color table. */
    public static FSColor darkviolet() { return new FSColor(0x94, 0x00, 0xD3, 0xFF); }
    /** Definition of the color, deeppink from the Netscape color table. */
    public static FSColor deeppink() { return new FSColor(0xFF, 0x14, 0x93, 0xFF); }
    /** Definition of the color, deepskyblue from the Netscape color table. */
    public static FSColor deepskyblue() { return new FSColor(0x00, 0xBF, 0xFF, 0xFF); }
    /** Definition of the color, dimgray from the Netscape color table. */
    public static FSColor dimgray() { return new FSColor(0x69, 0x69, 0x69, 0xFF); }
    /** Definition of the color, dodgerblue from the Netscape color table. */
    public static FSColor dodgerblue() { return new FSColor(0x1E, 0x90, 0xFF, 0xFF); }
    /** Definition of the color, firebrick from the Netscape color table. */
    public static FSColor firebrick() { return new FSColor(0xB2, 0x22, 0x22, 0xFF); }
    /** Definition of the color, floralwhite from the Netscape color table. */
    public static FSColor floralwhite() { return new FSColor(0xFF, 0xFA, 0xF0, 0xFF); }
    /** Definition of the color, forestgreen from the Netscape color table. */
    public static FSColor forestgreen() { return new FSColor(0x22, 0x8B, 0x22, 0xFF); }
    /** Definition of the color, fuchsia from the Netscape color table. */
    public static FSColor fuchsia() { return new FSColor(0xFF, 0x00, 0xFF, 0xFF); }
    /** Definition of the color, gainsboro from the Netscape color table. */
    public static FSColor gainsboro() { return new FSColor(0xDC, 0xDC, 0xDC, 0xFF); }
    /** Definition of the color, ghostwhite from the Netscape color table. */
    public static FSColor ghostwhite() { return new FSColor(0xF8, 0xF8, 0xFB, 0xFF); }
    /** Definition of the color, gold from the Netscape color table. */
    public static FSColor gold() { return new FSColor(0xFF, 0xD7, 0x00, 0xFF); }
    /** Definition of the color, goldenrod from the Netscape color table. */
    public static FSColor goldenrod() { return new FSColor(0xDA, 0xA5, 0x20, 0xFF); }
    /** Definition of the color, gray from the Netscape color table. */
    public static FSColor gray() { return new FSColor(0x80, 0x80, 0x80, 0xFF); }
    /** Definition of the color, green from the Netscape color table. */
    public static FSColor green() { return new FSColor(0x00, 0x80, 0x00, 0xFF); }
    /** Definition of the color, greenyellow from the Netscape color table. */
    public static FSColor greenyellow() { return new FSColor(0xAD, 0xFF, 0x2F, 0xFF); }
    /** Definition of the color, honeydew from the Netscape color table. */
    public static FSColor honeydew() { return new FSColor(0xF0, 0xFF, 0xF0, 0xFF); }
    /** Definition of the color, hotpink from the Netscape color table. */
    public static FSColor hotpink() { return new FSColor(0xFF, 0x69, 0xB4, 0xFF); }
    /** Definition of the color, indianred from the Netscape color table. */
    public static FSColor indianred() { return new FSColor(0xCD, 0x5C, 0x5C, 0xFF); }
    /** Definition of the color, indigo from the Netscape color table. */
    public static FSColor indigo() { return new FSColor(0x4B, 0x00, 0x82, 0xFF); }
    /** Definition of the color, ivory from the Netscape color table. */
    public static FSColor ivory() { return new FSColor(0xFF, 0xFF, 0xF0, 0xFF); }
    /** Definition of the color, khaki from the Netscape color table. */
    public static FSColor khaki() { return new FSColor(0xF0, 0xE6, 0x8C, 0xFF); }
    /** Definition of the color, lavender from the Netscape color table. */
    public static FSColor lavender() { return new FSColor(0xE6, 0xE6, 0xFA, 0xFF); }
    /** Definition of the color, lavenderblush from the Netscape color table. */
    public static FSColor lavenderblush() { return new FSColor(0xFF, 0xF0, 0xF5, 0xFF); }
    /** Definition of the color, lawngreen from the Netscape color table. */
    public static FSColor lawngreen() { return new FSColor(0x7C, 0xFC, 0x00, 0xFF); }
    /** Definition of the color, lemonchiffon from the Netscape color table. */
    public static FSColor lemonchiffon() { return new FSColor(0xFF, 0xFA, 0xCD, 0xFF); }
    /** Definition of the color, lightblue from the Netscape color table. */
    public static FSColor lightblue() { return new FSColor(0xAD, 0xD8, 0xE6, 0xFF); }
    /** Definition of the color, lightcoral from the Netscape color table. */
    public static FSColor lightcoral() { return new FSColor(0xF0, 0x80, 0x80, 0xFF); }
    /** Definition of the color, lightcyan from the Netscape color table. */
    public static FSColor lightcyan() { return new FSColor(0xE0, 0xFF, 0xFF, 0xFF); }
    /** Definition of the color, lightgoldenrodyellow from the Netscape color table. */
    public static FSColor lightgoldenrodyellow() { return new FSColor(0xFA, 0xFA, 0xD2, 0xFF); }
    /** Definition of the color, lightgreen from the Netscape color table. */
    public static FSColor lightgreen() { return new FSColor(0x90, 0xEE, 0x90, 0xFF); }
    /** Definition of the color, lightgrey from the Netscape color table. */
    public static FSColor lightgrey() { return new FSColor(0xD3, 0xD3, 0xD3, 0xFF); }
    /** Definition of the color, lightpink from the Netscape color table. */
    public static FSColor lightpink() { return new FSColor(0xFF, 0xB6, 0xC1, 0xFF); }
    /** Definition of the color, lightsalmon from the Netscape color table. */
    public static FSColor lightsalmon() { return new FSColor(0xFF, 0xA0, 0x7A, 0xFF); }
    /** Definition of the color, lightseagreen from the Netscape color table. */
    public static FSColor lightseagreen() { return new FSColor(0x20, 0xB2, 0xAA, 0xFF); }
    /** Definition of the color, lightskyblue from the Netscape color table. */
    public static FSColor lightskyblue() { return new FSColor(0x87, 0xCE, 0xFA, 0xFF); }
    /** Definition of the color, lightslategray from the Netscape color table. */
    public static FSColor lightslategray() { return new FSColor(0x77, 0x88, 0x99, 0xFF); }
    /** Definition of the color, lightsteelblue from the Netscape color table. */
    public static FSColor lightsteelblue() { return new FSColor(0xB0, 0xC4, 0xDE, 0xFF); }
    /** Definition of the color, lightyellow from the Netscape color table. */
    public static FSColor lightyellow() { return new FSColor(0xFF, 0xFF, 0xE0, 0xFF); }
    /** Definition of the color, lime from the Netscape color table. */
    public static FSColor lime() { return new FSColor(0x00, 0xFF, 0x00, 0xFF); }
    /** Definition of the color, limegreen from the Netscape color table. */
    public static FSColor limegreen() { return new FSColor(0x32, 0xCD, 0x32, 0xFF); }
    /** Definition of the color, linen from the Netscape color table. */
    public static FSColor linen() { return new FSColor(0xFA, 0xF0, 0xE6, 0xFF); }
    /** Definition of the color, magenta from the Netscape color table. */
    public static FSColor magenta() { return new FSColor(0xFF, 0x00, 0xFF, 0xFF); }
    /** Definition of the color, maroon from the Netscape color table. */
    public static FSColor maroon() { return new FSColor(0x80, 0x00, 0x00, 0xFF); }
    /** Definition of the color, mediumaquamarine from the Netscape color table. */
    public static FSColor mediumaquamarine() { return new FSColor(0x66, 0xCD, 0xAA, 0xFF); }
    /** Definition of the color, mediumblue from the Netscape color table. */
    public static FSColor mediumblue() { return new FSColor(0x00, 0x00, 0xCD, 0xFF); }
    /** Definition of the color, mediumorchid from the Netscape color table. */
    public static FSColor mediumorchid() { return new FSColor(0xBA, 0x55, 0xD3, 0xFF); }
    /** Definition of the color, mediumpurple from the Netscape color table. */
    public static FSColor mediumpurple() { return new FSColor(0x93, 0x70, 0xDB, 0xFF); }
    /** Definition of the color, mediumseagreen from the Netscape color table. */
    public static FSColor mediumseagreen() { return new FSColor(0x3C, 0xB3, 0x71, 0xFF); }
    /** Definition of the color, mediumslateblue from the Netscape color table. */
    public static FSColor mediumslateblue() { return new FSColor(0x7B, 0x68, 0xEE, 0xFF); }
    /** Definition of the color, mediumspringgreen from the Netscape color table. */
    public static FSColor mediumspringgreen() { return new FSColor(0x00, 0xFA, 0x9A, 0xFF); }
    /** Definition of the color, mediumturquoise from the Netscape color table. */
    public static FSColor mediumturquoise() { return new FSColor(0x48, 0xD1, 0xCC, 0xFF); }
    /** Definition of the color, mediumvioletred from the Netscape color table. */
    public static FSColor mediumvioletred() { return new FSColor(0xC7, 0x15, 0x85, 0xFF); }
    /** Definition of the color, midnightblue from the Netscape color table. */
    public static FSColor midnightblue() { return new FSColor(0x19, 0x19, 0x70, 0xFF); }
    /** Definition of the color, mintcream from the Netscape color table. */
    public static FSColor mintcream() { return new FSColor(0xF5, 0xFF, 0xFA, 0xFF); }
    /** Definition of the color, mistyrose from the Netscape color table. */
    public static FSColor mistyrose() { return new FSColor(0xFF, 0xE4, 0xE1, 0xFF); }
    /** Definition of the color, moccasin from the Netscape color table. */
    public static FSColor moccasin() { return new FSColor(0xFF, 0xE4, 0xB5, 0xFF); }
    /** Definition of the color, navajowhite from the Netscape color table. */
    public static FSColor navajowhite() { return new FSColor(0xFF, 0xDE, 0xAD, 0xFF); }
    /** Definition of the color, navy from the Netscape color table. */
    public static FSColor navy() { return new FSColor(0x00, 0x00, 0x80, 0xFF); }
    /** Definition of the color, oldlace from the Netscape color table. */
    public static FSColor oldlace() { return new FSColor(0xFD, 0xF5, 0xE6, 0xFF); }
    /** Definition of the color, olive from the Netscape color table. */
    public static FSColor olive() { return new FSColor(0x80, 0x80, 0x00, 0xFF); }
    /** Definition of the color, olivedrab from the Netscape color table. */
    public static FSColor olivedrab() { return new FSColor(0x6B, 0x8E, 0x23, 0xFF); }
    /** Definition of the color, orange from the Netscape color table. */
    public static FSColor orange() { return new FSColor(0xFF, 0xA5, 0x00, 0xFF); }
    /** Definition of the color, orangered from the Netscape color table. */
    public static FSColor orangered() { return new FSColor(0xFF, 0x45, 0x00, 0xFF); }
    /** Definition of the color, orchid from the Netscape color table. */
    public static FSColor orchid() { return new FSColor(0xDA, 0x70, 0xD6, 0xFF); }
    /** Definition of the color, palegoldenrod from the Netscape color table. */
    public static FSColor palegoldenrod() { return new FSColor(0xEE, 0xE8, 0xAA, 0xFF); }
    /** Definition of the color, palegreen from the Netscape color table. */
    public static FSColor palegreen() { return new FSColor(0x98, 0xFB, 0x98, 0xFF); }
    /** Definition of the color, paleturquoise from the Netscape color table. */
    public static FSColor paleturquoise() { return new FSColor(0xAF, 0xEE, 0xEE, 0xFF); }
    /** Definition of the color, palevioletred from the Netscape color table. */
    public static FSColor palevioletred() { return new FSColor(0xDB, 0x70, 0x93, 0xFF); }
    /** Definition of the color, papayawhip from the Netscape color table. */
    public static FSColor papayawhip() { return new FSColor(0xFF, 0xEF, 0xD5, 0xFF); }
    /** Definition of the color, peachpuff from the Netscape color table. */
    public static FSColor peachpuff() { return new FSColor(0xFF, 0xDA, 0xB9, 0xFF); }
    /** Definition of the color, peru from the Netscape color table. */
    public static FSColor peru() { return new FSColor(0xCD, 0x85, 0x3F, 0xFF); }
    /** Definition of the color, pink from the Netscape color table. */
    public static FSColor pink() { return new FSColor(0xFF, 0xC0, 0xCB, 0xFF); }
    /** Definition of the color, plum from the Netscape color table. */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -