@namark What don't you like about this?
@Lwasserman what is it?
maybe lerp(x, 1-x, a)
or maybe lerp(a, 1-a, x)
or something completely different?
It's a weird programmer slang for linear interpolation
https://en.wikipedia.org/wiki/Linear_interpolation#Programming_language_support
I'm trying to make sense of some code this idiot wrote here:
https://notabug.org/namark/libsimple_graphical/src/master/source/simple/graphical/pixels.hpp#L33-L34