Returning a pixles color?

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

Is there anyway to return the pixles color so I can modify it?

ReadPixel()
ReadPixelFast()
GetColor()


getcolour is the easiest as it returns rgb values if speed is not a concern. otherwise use readpixel/fast

http://www.blitzbasic.com/codearcs/codearcs.php?code=551