Linearly interpolates between two 32-bit colors using integer fixed-point math.
Highly optimized for image processing and real-time blitting. It processes
channels in parallel using bitmasks (RB and GA pairs).
Note: Subject to a 1-bit drift (rounding down) due to fast bit-shift division.
Linearly interpolates between two 32-bit colors using integer fixed-point math. Highly optimized for image processing and real-time blitting. It processes channels in parallel using bitmasks (RB and GA pairs). Note: Subject to a 1-bit drift (rounding down) due to fast bit-shift division.