摘要: 最近做图片高亮处理,网上找了点资料,自己整理了下方法1: m_RowImage= Gdiplus::Image::FromFile(L"gridhead.png",true); Gdiplus:: ColorMatrix HotMat = {1.05f, 0.00f, 0.00f, 0.00f,0.00f, 0.00f, 1.05f, 0.00f, 0.00f, 0.00f, 0.00f, 0.00f, 1.05f, 0.00f, 0.00f, 0.00f, 0.00f, 0.00f, 1.00f, 0.0... 阅读全文
posted @ 2013-01-31 15:58 Hideaway 阅读(866) 评论(0) 推荐(0)