Returning a pixles color?

Blitz3D Forums/Blitz3D Beginners Area/Returning a pixles color?

Jaydubeww(Posted 2008) [#1]
Is there anyway to return the pixles color so I can modify it?


GfK(Posted 2008) [#2]
ReadPixel()
ReadPixelFast()
GetColor()



Ross C(Posted 2008) [#3]
getcolour is the easiest as it returns rgb values if speed is not a concern. otherwise use readpixel/fast


Rob Farley(Posted 2008) [#4]
http://www.blitzbasic.com/codearcs/codearcs.php?code=551