【框架-MFC】MFC CView 渐变颜色采样值(7)

来源:互联网 发布:淘宝客服介绍 编辑:程序博客网 时间:2024/05/29 16:43

灰色

start = 120,end = 240for (int i = start ; i<end ;i++){m_hosBKColor.Add(RGB(i,i ,i));}


0 0