WIP
DirectOutput framework for virtual pinball cabinets WIP
|
Go to: Overview |
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 { FastBitmapDataExtractModeEnum.SinglePixelTopLeft, FastBitmapDataExtractModeEnum.SinglePixelCenter, FastBitmapDataExtractModeEnum.BlendPixels } |
The enum defines how the pixels are extracted from the source image. More... | |
The enum defines how the pixels are extracted from the source image.
Enumerator | |
---|---|
SinglePixelTopLeft | |
SinglePixelCenter | |
BlendPixels |
Definition at line 11 of file FastBitmapDataExtractModeEnum.cs.