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