Object color touching

I’m still not sure what your making.

If you want the individual pixel there’s an extension to read the RGB, you then combine it.

If you just want to know if an object is red then you can check the object’s animation. Create an object with an animation for each color that you want to use. Set the animation for the color you want either directly or using Random() then when the object is clicked or collided with then check the animation.