Skip to main content

decode_into

Function decode_into 

Source
pub fn decode_into(rgb: &[u8], out: &mut [f32])
Expand description

Decode RGB bytes into a caller-owned f32 buffer (no allocation).