PCB postscript output is using setrgbcolor which turns on device-dependent RGB space. Therefore the PostScript appearance depends on what device is used for display. Because the device can have any gamma value it's possible that the output will be unintelligible for some devices. I suggest to use CIEbasedA space instead which is device independent. CL<