Nexz
09-17-2012, 09:34 AM
if FindColorTolerance(x,y,14099230,619,283,619,283,20 ) then
begin
Print('> color found');
end else begin
Print('> color not found');
end;
i keep getting color not found
i tried smart, without smart (with select tool), diff cords + colors
it only finds the color if the tol is 200+
(note: i've used this, and other color finding functions a million times and i have no idea why it suddently doesn't work anymore)
function FindColorTolerance(var x, y: Integer; col, x1, y1, x2, y2, tol: Integer): Boolean;
begin
Print('> color found');
end else begin
Print('> color not found');
end;
i keep getting color not found
i tried smart, without smart (with select tool), diff cords + colors
it only finds the color if the tol is 200+
(note: i've used this, and other color finding functions a million times and i have no idea why it suddently doesn't work anymore)
function FindColorTolerance(var x, y: Integer; col, x1, y1, x2, y2, tol: Integer): Boolean;