Hello,
I am trying to set the color of a shadeless object to some desired RGB value. To do that, I am setting the value of the diffuse color of the object material as desired, and the color is getting set correctly inside Blender.
However, the moment I try to save the rendered image to disk, the colors in that image change for some reason :s
I am reading the RGB values of the image in a python script and they are not what I set them to inside Blender!
Note that this does not depend on the light source settings since the material is set to shadeless.
Please help!