www.pudn.com > aa.rar > CPixelRGB32.h


// 
// CPixelRGB32.h 
// 
 
#ifndef __CPixelRGB32_h__ 
#define __CPixelRGB32_h__ 
 
/* 
RGB32 format: BGR-BGR- 
*/ 
 
class CBasePixel; 
class CPixelRGB32 : public CBasePixel 
{ 
public: 
	CPixelRGB32(); 
	~CPixelRGB32(); 
 
	virtual void ConvertByCover(unsigned char * inPixel);  
}; 
 
#endif // __CPixelRGB32_h__