About Store Forum Documentation Contact



Post Reply 
Color C = getPixel(x,y) ?
Author Message
Brainache Offline
Member

Post: #1
Color C = getPixel(x,y) ?
is there anything for getting the color of pixel at a point on the scrren?
06-06-2009 03:28 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
Re: Color C = getPixel(x,y) ?
yes, but accessing video card render targets can be very very slow
for this you'd need to use Renderer.capture
and then use 'color' methods on the obtained image object
06-06-2009 09:49 AM
Find all posts by this user Quote this message in a reply
Post Reply