blend mode 'overlay' for GLSL
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project provides a GLSL implementation of the Photoshop-style "overlay" blend mode as a reusable shader function. It's designed for graphics programmers working with WebGL or similar environments who need to composite colors in fragment shaders using this specific blending algorithm. The library offers a simple `blend(background, foreground)` function that applies the overlay formula to RGB vectors.