pub fn convert_space_chunked(from: Space, to: Space, pixels: &mut [[f32; 3]])
Expand description

Runs conversion functions to convert pixel from one Space to another in the least possible moves. Caches conversion graph for faster iteration.