-
VC++转换COLORREF值为RGB分量
VC++转换COLORREF值为RGB分量,举个例子,在本例中,是将COLORREF值:0x000080FF转换成:R分量:0xFF、G分量:0x80、B分量:0x00,注意,并不是分离。请看定义:
//R分量
BYTE RED = GetRValue(cr);
//G分量
BYTE GREEN = GetGValue(cr);
//B分量
BYTE BLUE = GetBValue(cr);
CString strText = _T("");
strText.Format(_T("COLORREF值:0x%08X"), cr);
pDC->TextOut(100, 50, strText);
strText.Format(_T("R分量:0x%02X"), RED);
pDC->TextOut(100, 100, strText);
strText.Format(_T("G分量:0x%02X"), GREEN);
pDC->TextOut(100, 150, strText);
strText.Format(_T("B分量:0x%02X"), BLUE);
pDC->TextOut(100, 200, strText);
- 2022-06-13 02:13:45下载
- 积分:1
-
像计算机科学家那样思考,Python中文版第二版
说明: 本书的存在归功于网络及自由软件运动所实现的合作方式。它的三位作者---一位大学教授、一位高中老师,以及一位专业程序设计师---尚未见过面,但是我们已经能够紧密合作,并且受到许多愿意付出时间与心力的杰出人士帮助,使得这本书更臻完善。(TThe Book owes its existence to the collaborative approach of the Internet and the Free Software Movement. Its three authors, a university professor, a high school teacher, and a professional programmer, have yet to meet, but we have been able to work closely together and have been helped by many outstanding people who are willing to devote their time and effort to making the book more perfect.)
- 2019-10-10 14:51:42下载
- 积分:1
-
水利水情发布系统
水利水情发布系统-Water Water Distribution System
- 2022-01-31 16:37:14下载
- 积分:1
-
这是一个用ppt做的软件工程实习有关的资料
这是一个用ppt做的软件工程实习有关的资料-This is a ppt to do with software engineering internship-related information
- 2023-01-24 04:40:03下载
- 积分:1
-
sdl的image开发包,挺不错的
sdl的image开发包,挺不错的-sdl the image development kits, sounds very good
- 2022-01-26 16:26:31下载
- 积分:1
-
呵呵,简单的VB的做的聊天程序
呵呵,简单的VB的做的聊天程序-Oh, the simple VB do chat program
- 2022-07-22 08:33:51下载
- 积分:1
-
Untitled2
ICA算法去除基本噪声 脉冲噪声 随机噪声 工频噪声(CA algorithm removes basic noise, impulsive noise, random noise, power frequency noise)
- 2017-07-06 10:11:30下载
- 积分:1
-
自抗扰转速环电流环
自抗扰控制器,转速环与电流环的仿真,参数设定好了(Self disturbance rejection controller (ADRC) and Simulation of speed loop current ring)
- 2021-05-10 10:59:33下载
- 积分:1
-
右侧带缩略图jQuery焦点图代码
侧带缩略图的jQuery焦点图代码,可用于个人博客或企业站点展示,宽屏时效果比较好(JQuery Focus Diagram Code with a side thumbnail that can be used for personal blogs or corporate site presentations. Wide screen is better)
- 2018-09-30 14:15:33下载
- 积分:1
-
Image3
this book is image process.
- 2009-05-25 18:40:58下载
- 积分:1