What is the minimal difference in RGB color values which Mathematica renders and exports as different colors?
问题 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? 回答1: I believe this behaviour is machine dependent, but I do not know how exactly it depends on the OS. On my machine, it evaluates