Forum Discussion
ZioFonta
10 years agoCommunity Member
Color mode (multiply) for image overlay
I need to overlay 2 images, the top one with overlay mode. I noticed this isn't working as it should. The top image displays as a black rectangle. Any solution for this?
Thank you.
ZioFonta
5 years agoCommunity Member
Just to give some reference, since the output should be implemented with html/css native property defined in standards, or canvas 2D API:
CSS property: https://developer.mozilla.org/en-US/docs/Web/CSS/mix-blend-mode
Canvas 2D API property: https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/globalCompositeOperation
Related Content
- 10 months ago
- 9 months ago