pub fn decode_into(rgb: &[u8], out: &mut [f32])
Decode RGB bytes into a caller-owned f32 buffer (no allocation).
f32