浙林龙哥

   :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2007年4月2日

摘要: 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)