摘要:
public static Color getAverageColor(Bitmap bmp) { //Used for tally int r = 0; int g = 0; int b = 0; int total = 0; for (int x = 0; x < bmp.Width; x++) 阅读全文
posted @ 2017-07-18 17:07
布雷客·希
阅读(260)
评论(0)
推荐(0)
2017年7月18日