Screen:getColor()
To get color pixel in certain coordinate, later this color can be used to compare if color has similar score, this is useful to do color detection
Signature
Screen:getColor(x: number, y: number): Color
Screen:getColor(point: Point): Color
Returns
Color