Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 3 of 3

Thread: Please help! GetColorPixel?????

  1. #1
    Junior Member Newbie
    Join Date
    Sep 2002
    Posts
    4

    Please help! GetColorPixel?????

    Is there a function that tell us what the color of a specific pixel is on a screen?
    For example, if I want to know the color of the pixel located at x=100, y=100?
    I will appreciate your help.
    Thanks!
    LG

  2. #2
    Senior Member OpenGL Guru
    Join Date
    Mar 2001
    Posts
    2,704

    Re: Please help! GetColorPixel?????

    glReadPixels()
    "If you can't afford to do something right,
    you'd better make sure you can afford to do it wrong!"

  3. #3
    Junior Member Regular Contributor
    Join Date
    Feb 2002
    Posts
    247

    Re: Please help! GetColorPixel?????

    Now that's advanced!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •