ReadPixels returning different values

Monkey Targets Forums/HTML5/ReadPixels returning different values

Ratchet(Posted 2016) [#1]
I'm drawing a PNG. Then I use ReadPixels to get the RGB on the point the users clicks with the mouse.
But the values are slight different to the value in the source PNG. Is it dither?
How to fix that?