On Sun, Oct 07, 2007 at 07:23:56PM +0200, Stefan Schimanski wrote: > Hi! > > For my dynamic macros I need an extension to the Painter for > monochrome rendering. This is independent of my other patch, so I > post it here first: > > Basically all colors are mapped into an interval [min,max] of two > colors. By this subformulas can be greyed out easily without touching > the inset at all. All the needed logic is in > GuiPainter::enterMonochromeMode and GuiPainter::leaveMonochromeMode > and the GuiPainter::computeColor/filterColor methods. > > Objections? Improvements?
Maybe a bit longer explanation? Andre'