pub fn blend_channel(mode: BlendMode, s: f32, d: f32) -> f32
Blend one channel: s = layer (source), d = canvas (destination), both 0..1. Returns 0..1.
s
d