#include <faith/bitmap.h>
Inheritance diagram for Faith::Bitmap:

Public Member Functions | |
| Bitmap () | |
| Bitmap (const Bitmap &pixmap) | |
| Bitmap (int w, int h) | |
| Bitmap (const Size &size) | |
| Bitmap (int w, int h, const unsigned char *bits, bool littleEndian=false) | |
| virtual | ~Bitmap () |
Protected Member Functions | |
| virtual void | init (const Size &size, int depth) |
A Bitmap is a Pixmap with a bit depth of one. It can only store two colors.
| Faith::Bitmap::Bitmap | ( | ) |
| Faith::Bitmap::Bitmap | ( | const Bitmap & | pixmap | ) |
| Faith::Bitmap::Bitmap | ( | int | w, | |
| int | h | |||
| ) |
| Faith::Bitmap::Bitmap | ( | const Size & | size | ) |
| Faith::Bitmap::Bitmap | ( | int | w, | |
| int | h, | |||
| const unsigned char * | bits, | |||
| bool | littleEndian = false | |||
| ) |
| virtual Faith::Bitmap::~Bitmap | ( | ) | [virtual] |
| virtual void Faith::Bitmap::init | ( | const Size & | size, | |
| int | depth | |||
| ) | [protected, virtual] |
Reimplemented from Faith::Pixmap.
1.4.7