Is there a Blend Filter
Make a page yourself, and do use black and white, medium grey and a greyscale gradient.
The main problem is that every channel if affected depending on its value, so the result in RGB is always unpredictable.
say you have a pixel (23,147,43) above a pixel (43,68,128). When you apply an algorhythm/blend mode that adds both values when darker than medium grey, and subtracts both values when they're lighter, the resulting pixel will be (20,215,85). You see that the result is not what you would expect when you didn't calculate it. And who does???
If I remember correctly, we did do some threads on blend modes in the beginning of the qt and tech forum.
|