CPixelRGB24.h
上传用户:hhs829
上传日期:2022-06-17
资源大小:586k
文件大小:0k
源码类别:

DirextX编程

开发平台:

Visual C++

  1. //
  2. // CPixelRGB24.h
  3. //
  4. #ifndef __CPixelRGB24_h__
  5. #define __CPixelRGB24_h__
  6. class CBasePixel;
  7. class CPixelRGB24 : public CBasePixel
  8. {
  9. public:
  10. CPixelRGB24();
  11. ~CPixelRGB24();
  12. virtual void ConvertByCover(unsigned char * inPixel);
  13. };
  14. #endif // __CPixelRGB24_h__