Public Member Functions | |
| KBitmap () | |
| virtual | ~KBitmap () |
| void | SetWidth (u32 Width) |
| void | SetHeight (u32 Height) |
| void | SetBpp (u8 Bpp) |
| void | SetBitmap (KRgba *pBitmap) |
| u32 | GetWidth () |
| u32 | GetHeight () |
| u8 | GetBpp () |
| KRgba * | GetBitmap () |
| bool | HasAlpha () |
| KRgba | GetPixel (u32 x, u32 y) |
Protected Attributes | |
| u32 | m_Width |
| u32 | m_Height |
| u8 | m_Bpp |
| KRgba * | m_pBitmap |
| bool | m_bAlpha |
Definition at line 20 of file Bitmap.h.
1.5.1-p1