2 using System.Collections.Generic;
27 return new RGBAColor(Red, Green, Blue, Alpha);
31 public PixelData(byte Red, byte Green, byte Blue, byte Alpha)
This class stores information on colors used for toys and effects (e.g. RGBLed).
Struct holding the data for a single pixel in a bitmap.
PixelData(byte Red, byte Green, byte Blue, byte Alpha)
The namespace DirectOutput.General contains classes for general use.