Page 2 of 2
Re: [done] Multiplicative opacity between displayed layers?
Posted: Wed Jan 22, 2020 8:42 am
by Psyberia-Support
Right, I'll add the Screen mode back (I'd like to keep the other modes).
I'll also add a "negative" color option, but after that it's finished!
Re: [done] Multiplicative opacity between displayed layers?
Posted: Wed Jan 22, 2020 10:14 pm
by Pascal5
Thank you very much! I'm eager to test the coming new version!
Just one question. How did you implement your Darken mode?
Is it: (1-r) B + r Darken(B , A)
Or is it: Darken(B , (1-r) I + r A)
Unlike what's goes on with Multiply, those two formulas are not equivalent! I'm not sure which one is actually the best. Whereas I think the first one is more logic, the second one could be more useful.
Re: [done] Multiplicative opacity between displayed layers?
Posted: Fri Jan 31, 2020 7:48 am
by Psyberia-Support
The new beta is released.
For the modes other than multiply, first the opacity is applied to the layer, then the layer is blended over the base map.
Re: [done] Multiplicative opacity between displayed layers?
Posted: Wed Mar 04, 2020 10:31 pm
by Pascal5
I tested the latest version, and blending modes work perfectly as expected!
Thank you for your fantastic work and support!
Re: [done] Multiplicative opacity between displayed layers?
Posted: Thu Mar 05, 2020 10:16 am
by Psyberia-Support
Thanks for the feedback.