get pixel color
BlitzMax Forums/BlitzMax Programming/get pixel color
| ||
| How can I get the pixel color of a specific pixel of a TImage? Is there any way to do it? |
| ||
| Edit: FIIIIIIIIIXXXXXXXXXXXXXXEEEEEEEEEEEEEEED!!!!!!!!! ^^ EDIT: FIXXXEEED again now uses read pixel |
| ||
| This way is OpenGL only http://www.blitzbasic.com/Community/posts.php?topic=56071#623849 the second way is to convert a Timage into a Pixmap and then use the ReadPixel method |
| ||
| Thanks!! It worked :D |
| ||
| Hi There are more ways to get the pixel color from pixmaps. Diablos is the slowest. Look at this small test. Mfg Suco |