Skip to main content
Question

"COLOR" blend mode, what's the algorithm?

  • March 17, 2026
  • 0 replies
  • 5 views

dghez

Hey there!
I’m trying to recreate a design in WebGL and i noticed some textures are using the “COLOR” blend mode. 
Is there a way to know what’s happening under the hood? I need to replicate it in `glsl` and so far i haven’t seen anything similar in these existing ones https://github.com/jamieowen/glsl-blend

Thanks!

--
maybe ​@djv can help here?