Paint a color in code and the get a different color when measured with external tool
in
Programming Questions
•
2 years ago
Hi everyone,
May be this is a newbie question. I paint the background with this RGB color:
background(color(6,105, 173));
If then I measured the color with Mac OS X digital color meter I'm getting the RGB color (0,127,182)
Do you know why this happens? any ideas?
1