I would like to know the correct way to get a specific color for my texts. I can easily identify the RGB of each color but by putting those numbers in my code Corona SDK does not show me the correct color. Is there any way I can get the right RGB for Corona SDK?
The color I want:
*IMG 1 -
105, 255, 0 - from the Photoshop RGB
The color shown by Corona Simulator:
*IMG 2 -
252, 252, 19 - from the Photoshop RGB
In short, if I look for an RGB color in Photoshop and I put it in my code Corona SDK shows me another color.
Thanks in advance