Re: analysing a bitmap
- From: "Maarten Wiltink" <maarten@xxxxxxxxxxxxxxxxxx>
- Date: Wed, 25 May 2005 23:03:29 +0200
"Peter Bauer" <PeterBauer@xxxxxxxx> wrote in message
news:4294c3e7$0$3452$9b622d9e@xxxxxxxxxxxxxxxxxx
> damn i can't get it to work
procedure Fill2
(var Image: TImage;
const X, Y: TCoordinate;
const Colour: TColour);
begin
if (Colour<>Image[X, Y]) then Fill(Image, X, Y, Colour);
end;
That's _all_.
Groetjes,
Maarten Wiltink
.
- References:
- analysing a bitmap
- From: Peter Bauer
- Re: analysing a bitmap
- From: Maarten Wiltink
- Re: analysing a bitmap
- From: Peter Bauer
- analysing a bitmap
- Prev by Date: Re: How to allocate new class instance on the heap?
- Next by Date: Re: How to allocate new class instance on the heap?
- Previous by thread: Re: analysing a bitmap
- Next by thread: Using the registry
- Index(es):
Relevant Pages
|
|