#include "osrndrgn.h"
Go to the source code of this file.
Classes | |
class | OSRenderBitmap |
Special version of a RenderRegion that can render into a bitmap. For now it is monochrome only. It can also be asked if it is 'blank' - this can be used for proper click detection. If USE_GDRAW_BITMAP is defined then this class is much reduced, its functionality being subsumed by GRenderClick. More... | |
Enumerations | |
enum | BitmapContents { BITMAPCONTENTS_CENTRE, BITMAPCONTENTS_ANY, BITMAPCONTENTS_NONE, BITMAPCONTENTS_ERROR = 0x80 } |
|
Definition at line 106 of file rendbits.h. 00107 { 00108 BITMAPCONTENTS_CENTRE, // centre pixel set 00109 BITMAPCONTENTS_ANY, // any pixel set 00110 BITMAPCONTENTS_NONE, // no pixels set 00111 BITMAPCONTENTS_ERROR = 0x80 // couldn't say 00112 };
|