How can I get the average value/a selection of 'prominent' colors from a nannou::wgpu::Texture?
I'm developing a simple utility for processing image files and would like to color the background around the image using it's average/most prominent color (like in a color palette). I'm mostly confident with Rust itself, but the graphics processing pipeline, wgsl and such go over my head right now.