Re: Finding Color of Specific Pixel in Loaded Image




Larry Serflaten wrote:
> <PulsarSL@xxxxxxxxx> wrote
> > I have an image, and I'd like to find the RGB values (or any other
> > descriptive pixel value) for a specific (known) pixel coordinate in the
> > image. How can I do this with vb6?
>
> Load the image into a picturebox and use its Point function.
>
> LFS

OK -- I have the return value. Say, for instance, it is "16711422".
Some documentation I read says this is an RGB value... Are they saying
red is 167 green is 114 and blue is 22?

Thanks

.



Relevant Pages

  • Re: Finding Color of Specific Pixel in Loaded Image
    ... Veign's Resource Center ... Veign's Blog ... >>> descriptive pixel value) for a specific pixel coordinate in the ... > Some documentation I read says this is an RGB value... ...
    (microsoft.public.vb.general.discussion)
  • Re: Finding Color of Specific Pixel in Loaded Image
    ... Long to RGB Hex: ... Veign's Resource Center ... Veign's Blog ... >>> descriptive pixel value) for a specific pixel coordinate in the ...
    (microsoft.public.vb.general.discussion)
  • Re: Finding Color of Specific Pixel in Loaded Image
    ... and I'd like to find the RGB values (or any other ... > descriptive pixel value) for a specific pixel coordinate in the ... LFS ... Prev by Date: ...
    (microsoft.public.vb.general.discussion)
  • Finding Color of Specific Pixel in Loaded Image
    ... and I'd like to find the RGB values (or any other ... descriptive pixel value) for a specific pixel coordinate in the ... Prev by Date: ...
    (microsoft.public.vb.general.discussion)
  • Re: CX8800 driver and 2.6.15-RC2
    ... cannot get another capture format than 320x240 RGB. ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ... Prev by Date: ...
    (Linux-Kernel)

Loading