- //
- // CPixelRGB24.h
- //
- #ifndef __CPixelRGB24_h__
- #define __CPixelRGB24_h__
- class CBasePixel;
- class CPixelRGB24 : public CBasePixel
- {
- public:
- CPixelRGB24();
- ~CPixelRGB24();
- virtual void ConvertByCover(unsigned char * inPixel);
- };
- #endif // __CPixelRGB24_h__