Stefan Schimanski <[EMAIL PROTECTED]> writes:

> Sure. On enterMonochromeMode you pass a min and a max color. Every
> drawing command sets the QPen color before it does the real drawing.
> But in monochrome mode the color is first converted into greyscale
> and then mapped into the interval [min,max]. So "white" will be
> mapped to min, a half blue color will be between min and max
> somewhere, and black will go to max. This gives a grey scale effect.

Isn't there some built-in way of doing this ? Some fancy compositing
capability?

JMarc

Reply via email to