 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Maarten Wiltink Guest
|
Posted: Sat Dec 27, 2003 11:03 pm Post subject: Re: Get color of particular pixel |
|
|
"Bert Prins" <prinsoft (AT) hotmail (DOT) com> wrote
| Quote: | I'm looking for a way to get the color of a particular pixel in a
TImage. I want to get the hex-format (like $00DBE0E3).
|
Type "TImage", press F1, read help. Start with the Canvas property,
which is a TCanvas object (read more help) that has a Pixels property
(read yet more help). It is of type TColor (read help yet again) and
it clearly says this is a simple 32-bit Integer that you can feed
into IntToHex.
Groetjes,
Maarten Wiltink
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|