KBitmap Class Reference

Inheritance diagram for KBitmap:
[legend]
Collaboration diagram for KBitmap:
[legend]
List of all members.

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 ()
KRgbaGetBitmap ()
bool HasAlpha ()
KRgba GetPixel (u32 x, u32 y)

Protected Attributes

u32 m_Width
u32 m_Height
u8 m_Bpp
KRgbam_pBitmap
bool m_bAlpha

Detailed Description

Definition at line 20 of file Bitmap.h.


The documentation for this class was generated from the following files:
Generated on Sun Mar 25 20:02:26 2007 for Zythum Project by  doxygen 1.5.1-p1