Your image looks exactly like what I have imagined. I will try it. I also found a Threshold mode of Subtract which may do the same. Do you know if Subtract is equivalent to Invert plus Darken?
Your image looks exactly like what I have imagined. I will try it. I also found a Threshold mode of Subtract which may do the same. Do you know if Subtract is equivalent to Invert plus Darken?
By @Gerald Reisz
Your method is much more convenient than mine. )
No, Darken and Subtract modes are different things.
In Darken mode, the result will be the darkest (per channel) color of the pixel from the current layer and everything under it.
The Subtract mode is the subtraction of pixel values (in each channel). Since in your case the original treshold layer gives only white or black, then subtracting black (this is zero) does not change anything in the resulting pixels, and subtracting white (i.e. subtracting 255) just resets everything to zero (and even makes it negative, as it were, but in reality there is no less than zero)