SCAR Code:
function FindColoredAreaTolerance(var x,y: Integer; color, xs, ys, xe, ye: Integer; MinArea, Tolerance: Integer): Boolean -
Works similar to FindColorTolerance but instead of finding just 1 colored pixel and storing the coordinates into x and y,
it finds an area where the colored pixel was found and stores a random coordinate according to the entered MinArea value into x,y.
MinArea is specified by the count of pixels you it has in an area. To find area in size 10X10 you would enter 100 as MinArea.