Alpha blending is a convex combination of a translucent foreground color with a background color allowing for transparency effects.
I'm trying to implement blend modes from the PDF specification, for my own pleasure, in SASS. PDF Specification: http://www.…
algorithm math pdf sass alphablending