Region():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
getColor(x: number, y: number): Color
getColor(point: Point): Color
Returns
Color