Hi all,
Is it possible? Because I wanna take the response i got from thread102-126560 a bit further.
I'd like to convert the result of pixels[x,y] to a string so I can perform a few checks on it.
Ie. something like this:
var
clr : TColor;
oldClr, newClr : string;
begin
oldClr = ColorToStr(clr);
if oldClr = '$00FFFFFF' then
newClr := '$00000000'
end;
Also, is it possible to set a certain pixel to transparent?
Gtz,
Kristof
Is it possible? Because I wanna take the response i got from thread102-126560 a bit further.
I'd like to convert the result of pixels[x,y] to a string so I can perform a few checks on it.
Ie. something like this:
var
clr : TColor;
oldClr, newClr : string;
begin
oldClr = ColorToStr(clr);
if oldClr = '$00FFFFFF' then
newClr := '$00000000'
end;
Also, is it possible to set a certain pixel to transparent?
Gtz,
Kristof