GetPixelColor
GetPixelColor>X,Y,result
Returns the pixel color of the specified screen coordinate. Enter the coordinates in X and Y, and specify a variable to store the pixel color in.
Abbreviation : GPC
See also: WaitPixelColor, GetRectCheckSum, WaitRectChanged
Example
GetPixelColor>652,355,PC
Message>Pixel Color is : %PC%