find_nearest_color

Function find_nearest_color 

Source
pub fn find_nearest_color(pixel: Rgb, palette: &[Rgb]) -> usize
Expand description

Find the index of the nearest color in a palette using Euclidean distance.