I'm sorry to hear about the eye problems. I don't know if this is quite what you want, but you might convert to image (by Rasterize
), invert the ImageData
, and make an image from that.
Example:
Image[1 - ImageData[Rasterize[Plot[Sin[x], {x, 0, 3}]]]]
