摘要:
255) fc = 255; if (bc > 255) bc = 255; int r = fc + random.nextInt(bc - fc); int g = fc + random.nextInt(bc - fc); int b = fc + random.nextInt(bc - fc); return new Color(r, g, b); }... 阅读全文
posted @ 2007-04-02 22:48
浙林龙哥
阅读(932)
评论(2)
推荐(0)
浙公网安备 33010602011771号