WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
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.

Definition at line 12 of file PixelData.cs.

Constructor & Destructor Documentation

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

Definition at line 31 of file PixelData.cs.

Member Function Documentation

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

Definition at line 25 of file PixelData.cs.

Member Data Documentation

byte DirectOutput.General.BitmapHandling.PixelData.Alpha

Definition at line 21 of file PixelData.cs.

byte DirectOutput.General.BitmapHandling.PixelData.Blue
Todo:
Check order of bytes!

Definition at line 18 of file PixelData.cs.

byte DirectOutput.General.BitmapHandling.PixelData.Green

Definition at line 19 of file PixelData.cs.

byte DirectOutput.General.BitmapHandling.PixelData.Red

Definition at line 20 of file PixelData.cs.


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