DirectOutput
DirectOutput framework R2 for virtual pinball cabinets.
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
DirectOutput.General.BitmapHandling.PixelData Struct Reference

Struct holding the data for a single pixel in a bitmap. More...

Public Member Functions

RGBAColor GetRGBAColor ()
 
 PixelData (byte Red, byte Green, byte Blue, byte Alpha)
 

Public Attributes

byte Blue
 
byte Green
 
byte Red
 
byte Alpha
 

Detailed Description

Struct holding the data for a single pixel in a bitmap.

Constructor & Destructor Documentation

DirectOutput.General.BitmapHandling.PixelData.PixelData ( byte  Red,
byte  Green,
byte  Blue,
byte  Alpha 
)

Member Function Documentation

RGBAColor DirectOutput.General.BitmapHandling.PixelData.GetRGBAColor ( )

Member Data Documentation

byte DirectOutput.General.BitmapHandling.PixelData.Alpha
byte DirectOutput.General.BitmapHandling.PixelData.Blue
byte DirectOutput.General.BitmapHandling.PixelData.Green
byte DirectOutput.General.BitmapHandling.PixelData.Red

The documentation for this struct was generated from the following file: