DirectOutput
DirectOutput framework R2 for virtual pinball cabinets.
|
Classes | |
class | FastBitmap |
class | FastImage |
class | FastImageList |
struct | PixelData |
Struct holding the data for a single pixel in a bitmap. More... | |
class | UnsafeBitmap |
This class allows fast access to the pixels of a bitmap. The code was inspired/stolen from this thread http://www.dreamincode.net/forums/topic/14788-c%23-fast-acces-to-bitmap-pixels/ More... | |
Enumerations | |
enum | FastBitmapDataExtractModeEnum { SinglePixelTopLeft, SinglePixelCenter, BlendPixels } |
The enum defines how the pixels are extracted from the source image. More... | |