I was amazed when I found that Mathematica gives True for the following code (on 32 bit Windows XP with Mathematica 8.0.1):
Rasterize[Graphics[{RGBColor[0, 0, 0], Disk[]}]] ===
Rasterize[Graphics[{RGBColor[0, 0, 1/257], Disk[]}]]
What is the minimal difference in RGB color values which Mathematica renders and exports as different colors? Is it machine-dependent?


Falseon Mathematica 8.0.1 on Mac OS X 10.6 32-bit – yoda Oct 15 '11 at 20:121/258,1/259,1/260and so on. What is the minimal difference on your system? – Alexey Popkov Oct 15 '11 at 20:14TrueIn Mma 8.0 WinXP. I guess 256 distinguishable values ... – belisarius Oct 15 '11 at 20:151/511is when it hitsTrue– yoda Oct 15 '11 at 20:271/255as I've shown in my answer. – yoda Oct 15 '11 at 22:45