Gets the color of a pixel at the specified location.
[Visual Basic] Public Function ( _ ByVal Byte As Byte, _ ByVal Byte As Byte _ ) As EZLCDColor [C#] public EZLCDColor ( byte Byte, byte Byte ); [C++] public: EZLCDColor ( char Byte, char Byte ); [JScript] public function ( Byte Byte, Byte Byte ): EZLCDColor;
The color of the pixel located at {x,y}
EZLCDBitmap Class | EZLCD.Core Namespace | EZLCDBitmap. Overload List