colorpixel.h

来自「刚上传内容的相关CODEC不能单独上传。于是」· C头文件 代码 · 共 39 行

H
39
字号
// ColorPixel.h: interface for the CColorPixel class.
//
// Class Name	: CColorPixel
// Author		: Minseok Choi,  Hanyang Univ. Image Engineering Lab.
// Date			: 2000. 12. 10
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_COLORPIXEL_H__7BD8B818_1CD0_4E3C_8666_376CB58BCEE0__INCLUDED_)
#define AFX_COLORPIXEL_H__7BD8B818_1CD0_4E3C_8666_376CB58BCEE0__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000


class CColorPixel  
{

public:
	// 扁夯 积己磊
	CColorPixel();
	// 家戈磊
	~CColorPixel();

	// 措涝 楷魂磊 坷滚肺爹
	void	operator = (COLORREF& pixel);
	// 沥荐蔼 措涝 坷滚肺爹
	void	operator = (int& pixel);

	BYTE	b;	// r value
	BYTE	g;	// g value
	BYTE	r;	// b value
	

};

#endif // !defined(AFX_COLORPIXEL_H__7BD8B818_1CD0_4E3C_8666_376CB58BCEE0__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?