Detect RGB values
m.b.
Member Posts: 21
Hello,
I have a question but I don't know how to explain myself.
For example, lets say, I have an image (actor) of size 400 by 600 pixels.
Is there a way to detect the image color (the RGB values) of the pixel at, lets say, coordinates X = 50 and Y = 50?
Comments
Try this page. http://colorcop.net
Is this what you mean?
If you are talking about doing this within in the game, for some sort of gameplay mechanic, then sorry no, unfortunately there is no behavior to do this within gamesalad.
www.rossmanbrosgames.com
Not really.
I'm creating a game and I need the game to detect the RGB value of a given coordinate of the image and store the value in a table.
Yes, that's exactly what I was asking.
Thank you for the reply.