|
Public Member Functions |
|
unsigned char | GetPixel8 (int x, int y) const |
|
void | GetPixel24 (int x, int y, RGBi &rgb) const |
|
void | GetPixel32 (int x, int y, RGBAi &rgba) const |
|
void | SetPixel8 (int x, int y, unsigned char color) |
|
void | SetPixel24 (int x, int y, const RGBi &rgb) |
|
void | SetPixel32 (int x, int y, const RGBAi &rgba) |
|
unsigned int | GetWidth () const |
|
unsigned int | GetHeight () const |
|
unsigned int | GetDepth () const |
|
virtual vtBitmapBase * | GetTile (int i, int j)=0 |
|
virtual const vtBitmapBase * | GetTile (int i, int j) const =0 |
Public Attributes |
|
int | m_iTilesize |
|
int | m_iSpacing |