摘要:
public Bitmap Convert(Bitmap OldBm) { Color c; int luma; Bitmap NewBm = new Bitmap(OldBm.Width, OldBm.Height); for (int y = 0; y < NewBm.Height; y++) { for (int x = 0; x < NewBm.Width; x++) { ... 阅读全文
posted @ 2011-09-21 16:37
绯色卡卡
阅读(256)
评论(0)
推荐(0)