fscolortable.java

来自「利用opensource的开源jar实现生成flash文件」· Java 代码 · 共 854 行 · 第 1/5 页

JAVA
854
字号
    public static FSColor indianred(int alpha) { return new FSColor(0xCD, 0x5C, 0x5C, alpha); }
    /** Definition of the transparent color, indigo from the Netscape color table. */
    public static FSColor indigo(int alpha) { return new FSColor(0x4B, 0x00, 0x82, alpha); }
    /** Definition of the transparent color, ivory from the Netscape color table. */
    public static FSColor ivory(int alpha) { return new FSColor(0xFF, 0xFF, 0xF0, alpha); }
    /** Definition of the transparent color, khaki from the Netscape color table. */
    public static FSColor khaki(int alpha) { return new FSColor(0xF0, 0xE6, 0x8C, alpha); }
    /** Definition of the transparent color, lavender from the Netscape color table. */
    public static FSColor lavender(int alpha) { return new FSColor(0xE6, 0xE6, 0xFA, alpha); }
    /** Definition of the transparent color, lavenderblush from the Netscape color table. */
    public static FSColor lavenderblush(int alpha) { return new FSColor(0xFF, 0xF0, 0xF5, alpha); }
    /** Definition of the transparent color, lawngreen from the Netscape color table. */
    public static FSColor lawngreen(int alpha) { return new FSColor(0x7C, 0xFC, 0x00, alpha); }
    /** Definition of the transparent color, lemonchiffon from the Netscape color table. */
    public static FSColor lemonchiffon(int alpha) { return new FSColor(0xFF, 0xFA, 0xCD, alpha); }
    /** Definition of the transparent color, lightblue from the Netscape color table. */
    public static FSColor lightblue(int alpha) { return new FSColor(0xAD, 0xD8, 0xE6, alpha); }
    /** Definition of the transparent color, lightcoral from the Netscape color table. */
    public static FSColor lightcoral(int alpha) { return new FSColor(0xF0, 0x80, 0x80, alpha); }
    /** Definition of the transparent color, lightcyan from the Netscape color table. */
    public static FSColor lightcyan(int alpha) { return new FSColor(0xE0, 0xFF, 0xFF, alpha); }
    /** Definition of the transparent color, lightgoldenrodyellow from the Netscape color table. */
    public static FSColor lightgoldenrodyellow(int alpha) { return new FSColor(0xFA, 0xFA, 0xD2, alpha); }
    /** Definition of the transparent color, lightgreen from the Netscape color table. */
    public static FSColor lightgreen(int alpha) { return new FSColor(0x90, 0xEE, 0x90, alpha); }
    /** Definition of the transparent color, lightgrey from the Netscape color table. */
    public static FSColor lightgrey(int alpha) { return new FSColor(0xD3, 0xD3, 0xD3, alpha); }
    /** Definition of the transparent color, lightpink from the Netscape color table. */
    public static FSColor lightpink(int alpha) { return new FSColor(0xFF, 0xB6, 0xC1, alpha); }
    /** Definition of the transparent color, lightsalmon from the Netscape color table. */
    public static FSColor lightsalmon(int alpha) { return new FSColor(0xFF, 0xA0, 0x7A, alpha); }
    /** Definition of the transparent color, lightseagreen from the Netscape color table. */
    public static FSColor lightseagreen(int alpha) { return new FSColor(0x20, 0xB2, 0xAA, alpha); }
    /** Definition of the transparent color, lightskyblue from the Netscape color table. */
    public static FSColor lightskyblue(int alpha) { return new FSColor(0x87, 0xCE, 0xFA, alpha); }
    /** Definition of the transparent color, lightslategray from the Netscape color table. */
    public static FSColor lightslategray(int alpha) { return new FSColor(0x77, 0x88, 0x99, alpha); }
    /** Definition of the transparent color, lightsteelblue from the Netscape color table. */
    public static FSColor lightsteelblue(int alpha) { return new FSColor(0xB0, 0xC4, 0xDE, alpha); }
    /** Definition of the transparent color, lightyellow from the Netscape color table. */
    public static FSColor lightyellow(int alpha) { return new FSColor(0xFF, 0xFF, 0xE0, alpha); }
    /** Definition of the transparent color, lime from the Netscape color table. */
    public static FSColor lime(int alpha) { return new FSColor(0x00, 0xFF, 0x00, alpha); }
    /** Definition of the transparent color, limegreen from the Netscape color table. */
    public static FSColor limegreen(int alpha) { return new FSColor(0x32, 0xCD, 0x32, alpha); }
    /** Definition of the transparent color, linen from the Netscape color table. */
    public static FSColor linen(int alpha) { return new FSColor(0xFA, 0xF0, 0xE6, alpha); }
    /** Definition of the transparent color, magenta from the Netscape color table. */
    public static FSColor magenta(int alpha) { return new FSColor(0xFF, 0x00, 0xFF, alpha); }
    /** Definition of the transparent color, maroon from the Netscape color table. */
    public static FSColor maroon(int alpha) { return new FSColor(0x80, 0x00, 0x00, alpha); }
    /** Definition of the transparent color, mediumaquamarine from the Netscape color table. */
    public static FSColor mediumaquamarine(int alpha) { return new FSColor(0x66, 0xCD, 0xAA, alpha); }
    /** Definition of the transparent color, mediumblue from the Netscape color table. */
    public static FSColor mediumblue(int alpha) { return new FSColor(0x00, 0x00, 0xCD, alpha); }
    /** Definition of the transparent color, mediumorchid from the Netscape color table. */
    public static FSColor mediumorchid(int alpha) { return new FSColor(0xBA, 0x55, 0xD3, alpha); }
    /** Definition of the transparent color, mediumpurple from the Netscape color table. */
    public static FSColor mediumpurple(int alpha) { return new FSColor(0x93, 0x70, 0xDB, alpha); }
    /** Definition of the transparent color, mediumseagreen from the Netscape color table. */
    public static FSColor mediumseagreen(int alpha) { return new FSColor(0x3C, 0xB3, 0x71, alpha); }
    /** Definition of the transparent color, mediumslateblue from the Netscape color table. */
    public static FSColor mediumslateblue(int alpha) { return new FSColor(0x7B, 0x68, 0xEE, alpha); }
    /** Definition of the transparent color, mediumspringgreen from the Netscape color table. */
    public static FSColor mediumspringgreen(int alpha) { return new FSColor(0x00, 0xFA, 0x9A, alpha); }
    /** Definition of the transparent color, mediumturquoise from the Netscape color table. */
    public static FSColor mediumturquoise(int alpha) { return new FSColor(0x48, 0xD1, 0xCC, alpha); }
    /** Definition of the transparent color, mediumvioletred from the Netscape color table. */
    public static FSColor mediumvioletred(int alpha) { return new FSColor(0xC7, 0x15, 0x85, alpha); }
    /** Definition of the transparent color, midnightblue from the Netscape color table. */
    public static FSColor midnightblue(int alpha) { return new FSColor(0x19, 0x19, 0x70, alpha); }
    /** Definition of the transparent color, mintcream from the Netscape color table. */
    public static FSColor mintcream(int alpha) { return new FSColor(0xF5, 0xFF, 0xFA, alpha); }
    /** Definition of the transparent color, mistyrose from the Netscape color table. */
    public static FSColor mistyrose(int alpha) { return new FSColor(0xFF, 0xE4, 0xE1, alpha); }
    /** Definition of the transparent color, moccasin from the Netscape color table. */
    public static FSColor moccasin(int alpha) { return new FSColor(0xFF, 0xE4, 0xB5, alpha); }
    /** Definition of the transparent color, navajowhite from the Netscape color table. */
    public static FSColor navajowhite(int alpha) { return new FSColor(0xFF, 0xDE, 0xAD, alpha); }
    /** Definition of the transparent color, navy from the Netscape color table. */
    public static FSColor navy(int alpha) { return new FSColor(0x00, 0x00, 0x80, alpha); }
    /** Definition of the transparent color, oldlace from the Netscape color table. */
    public static FSColor oldlace(int alpha) { return new FSColor(0xFD, 0xF5, 0xE6, alpha); }
    /** Definition of the transparent color, olive from the Netscape color table. */
    public static FSColor olive(int alpha) { return new FSColor(0x80, 0x80, 0x00, alpha); }
    /** Definition of the transparent color, olivedrab from the Netscape color table. */
    public static FSColor olivedrab(int alpha) { return new FSColor(0x6B, 0x8E, 0x23, alpha); }
    /** Definition of the transparent color, orange from the Netscape color table. */
    public static FSColor orange(int alpha) { return new FSColor(0xFF, 0xA5, 0x00, alpha); }
    /** Definition of the transparent color, orangered from the Netscape color table. */
    public static FSColor orangered(int alpha) { return new FSColor(0xFF, 0x45, 0x00, alpha); }
    /** Definition of the transparent color, orchid from the Netscape color table. */
    public static FSColor orchid(int alpha) { return new FSColor(0xDA, 0x70, 0xD6, alpha); }
    /** Definition of the transparent color, palegoldenrod from the Netscape color table. */
    public static FSColor palegoldenrod(int alpha) { return new FSColor(0xEE, 0xE8, 0xAA, alpha); }
    /** Definition of the transparent color, palegreen from the Netscape color table. */
    public static FSColor palegreen(int alpha) { return new FSColor(0x98, 0xFB, 0x98, alpha); }
    /** Definition of the transparent color, paleturquoise from the Netscape color table. */
    public static FSColor paleturquoise(int alpha) { return new FSColor(0xAF, 0xEE, 0xEE, alpha); }
    /** Definition of the transparent color, palevioletred from the Netscape color table. */
    public static FSColor palevioletred(int alpha) { return new FSColor(0xDB, 0x70, 0x93, alpha); }
    /** Definition of the transparent color, papayawhip from the Netscape color table. */
    public static FSColor papayawhip(int alpha) { return new FSColor(0xFF, 0xEF, 0xD5, alpha); }
    /** Definition of the transparent color, peachpuff from the Netscape color table. */
    public static FSColor peachpuff(int alpha) { return new FSColor(0xFF, 0xDA, 0xB9, alpha); }
    /** Definition of the transparent color, peru from the Netscape color table. */
    public static FSColor peru(int alpha) { return new FSColor(0xCD, 0x85, 0x3F, alpha); }
    /** Definition of the transparent color, pink from the Netscape color table. */
    public static FSColor pink(int alpha) { return new FSColor(0xFF, 0xC0, 0xCB, alpha); }
    /** Definition of the transparent color, plum from the Netscape color table. */
    public static FSColor plum(int alpha) { return new FSColor(0xDD, 0xA0, 0xDD, alpha); }
    /** Definition of the transparent color, powderblue from the Netscape color table. */
    public static FSColor powderblue(int alpha) { return new FSColor(0xB0, 0xE0, 0xE6, alpha); }
    /** Definition of the transparent color, purple from the Netscape color table. */
    public static FSColor purple(int alpha) { return new FSColor(0x80, 0x00, 0x80, alpha); }
    /** Definition of the transparent color, red from the Netscape color table. */
    public static FSColor red(int alpha) { return new FSColor(0xFF, 0x00, 0x00, alpha); }
    /** Definition of the transparent color, rosybrown from the Netscape color table. */
    public static FSColor rosybrown(int alpha) { return new FSColor(0xBC, 0x8F, 0x8F, alpha); }
    /** Definition of the transparent color, royalblue from the Netscape color table. */
    public static FSColor royalblue(int alpha) { return new FSColor(0x41, 0x69, 0xE1, alpha); }
    /** Definition of the transparent color, saddlebrown from the Netscape color table. */
    public static FSColor saddlebrown(int alpha) { return new FSColor(0x8B, 0x45, 0x13, alpha); }
    /** Definition of the transparent color, salmon from the Netscape color table. */
    public static FSColor salmon(int alpha) { return new FSColor(0xFA, 0x80, 0x72, alpha); }
    /** Definition of the transparent color, sandybrown from the Netscape color table. */
    public static FSColor sandybrown(int alpha) { return new FSColor(0xF4, 0xA4, 0x60, alpha); }
    /** Definition of the transparent color, seagreen from the Netscape color table. */
    public static FSColor seagreen(int alpha) { return new FSColor(0x2E, 0x8B, 0x57, alpha); }
    /** Definition of the transparent color, seashell from the Netscape color table. */
    public static FSColor seashell(int alpha) { return new FSColor(0xFF, 0xF5, 0xEE, alpha); }
    /** Definition of the transparent color, sienna from the Netscape color table. */
    public static FSColor sienna(int alpha) { return new FSColor(0xA0, 0x52, 0x2d, alpha); }
    /** Definition of the transparent color, silver from the Netscape color table. */
    public static FSColor silver(int alpha) { return new FSColor(0xC0, 0xC0, 0xC0, alpha); }
    /** Definition of the transparent color, skyblue from the Netscape color table. */
    public static FSColor skyblue(int alpha) { return new FSColor(0x87, 0xCE, 0xEB, alpha); }
    /** Definition of the transparent color, slateblue from the Netscape color table. */
    public static FSColor slateblue(int alpha) { return new FSColor(0x6A, 0x5A, 0xCD, alpha); }
    /** Definition of the transparent color, slategray from the Netscape color table. */
    public static FSColor slategray(int alpha) { return new FSColor(0x70, 0x80, 0x90, alpha); }
    /** Definition of the transparent color, snow from the Netscape color table. */
    public static FSColor snow(int alpha) { return new FSColor(0xFF, 0xFA, 0xFA, alpha); }
    /** Definition of the transparent color, springgreen from the Netscape color table. */
    public static FSColor springgreen(int alpha) { return new FSColor(0x00, 0xFF, 0x7F, alpha); }
    /** Definition of the transparent color, steelblue from the Netscape color table. */
    public static FSColor steelblue(int alpha) { return new FSColor(0x46, 0x82, 0xB4, alpha); }
    /** Definition of the transparent color, tan from the Netscape color table. */
    public static FSColor tan(int alpha) { return new FSColor(0xD2, 0xB4, 0x8C, alpha); }
    /** Definition of the transparent color, teal from the Netscape color table. */
    public static FSColor teal(int alpha) { return new FSColor(0x00, 0x80, 0x80, alpha); }
    /** Definition of the transparent color, thistle from the Netscape color table. */
    public static FSColor thistle(int alpha) { return new FSColor(0xD8, 0xBF, 0xD8, alpha); }
    /** Definition of the transparent color, tomato from the Netscape color table. */
    public static FSColor tomato(int alpha) { return new FSColor(0xFF, 0x63, 0x47, alpha); }
    /** Definition of the transparent color, turquoise from the Netscape color table. */
    public static FSColor turquoise(int alpha) { return new FSColor(0x40, 0xE0, 0xD0, alpha); }
    /** Definition of the transparent color, violet from the Netscape color table. */
    public static FSColor violet(int alpha) { return new FSColor(0xEE, 0x82, 0xEE, alpha); }
    /** Definition of the transparent color, wheat from the Netscape color table. */
    public static FSColor wheat(int alpha) { return new FSColor(0xF5, 0xDE, 0xB3, alpha); }
    /** Definition of the transparent color, white from the Netscape color table. */
    public static FSColor white(int alpha) { return new FSColor(0xFF, 0xFF, 0xFF, alpha); }
    /** Definition of the transparent color, whitesmoke from the Netscape color table. */
    public static FSColor whitesmoke(int alpha) { return new FSColor(0xF5, 0xF5, 0xF5, alpha); }
    /** Definition of the transparent color, yellow from the Netscape color table. */
    public static FSColor yellow(int alpha) { return new FSColor(0xFF, 0xFF, 0x00, alpha); }
    /** Definition of the transparent color, yellowgreen from the Netscape color table. */
    public static FSColor yellowgreen(int alpha) { return new FSColor(0x9A, 0xCD, 0x32, alpha); } 
}

⌨️ 快捷键说明

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