imgsynth/cpixelformat_24.h

00001 
00008 #ifndef CPIXELFORMAT_24_H
00009 #define CPIXELFORMAT_24_H
00010 
00011 #include <fstream>
00012 #include "cpixelformat.h"
00013 
00020 class CPixelFormat_24 : public CPixelFormat
00021 {
00022   public:
00032     CPixelFormat_24(CBitmap *bitmap)
00033       : CPixelFormat(bitmap)
00034     {}
00035 
00045     ~CPixelFormat_24()
00046     {}
00047 
00059     void setPixel(const uint32_t *pixel, uint32_t x, uint32_t y);
00060 
00070     uint32_t getBitCount()
00071     {
00072       return 24;
00073     }
00074 };
00075 
00076 #endif
00077 
00078 /* vim: set et sw=2 ts=2: */

Generated on Sun Apr 26 12:25:52 2009 for imgsynth by  doxygen 1.5.3