#include <bitmap.h>
Public Member Functions |
|
BMMExport | BitmapDither () |
virtual BMMExport | ~BitmapDither () |
UINT | Type () |
void | SetType (UINT t) |
BMMExport int | Initialize (BitmapStorage *s) |
virtual int | PutPixels (int x, int y, int pixels, BMM_Color_64 *ptr)=0 |
virtual int | PutPixels (int x, int y, int pixels, BMM_Color_fl *ptr)=0 |
virtual void | Free () |
BMMExport int | SetStorage (BitmapStorage *storage) |
Protected Attributes |
|
BitmapStorage * | storage |
int | type |
BMMExport BitmapDither | ( | ) |
virtual BMMExport ~BitmapDither | ( | ) | [virtual] |
UINT Type | ( | ) | [inline] |
{ return type; };
void SetType | ( | UINT | t | ) | [inline] |
{ type = t; };
BMMExport int Initialize | ( | BitmapStorage * | s | ) |
virtual int PutPixels | ( | int | x, |
int | y, | ||
int | pixels, | ||
BMM_Color_64 * | ptr | ||
) | [pure virtual] |
virtual int PutPixels | ( | int | x, |
int | y, | ||
int | pixels, | ||
BMM_Color_fl * | ptr | ||
) | [pure virtual] |
virtual void Free | ( | ) | [inline, virtual] |
BMMExport int SetStorage | ( | BitmapStorage * | storage | ) |
BitmapStorage* storage
[protected] |
int type
[protected] |