Trait image::imageops::colorops::ColorMap [−][src]
A color map
Associated Types
Loading content...Required methods
fn index_of(&self, color: &Self::Color) -> usize
[src]
Returns the index of the closed match of color
in the color map.
fn map_color(&self, color: &mut Self::Color)
[src]
Maps color
to the closest color in the color map.