Struct imagequant::Histogram [] [src]

pub struct Histogram<'a> { /* fields omitted */ }

Generate one shared palette for multiple images.

Methods

impl<'a> Histogram<'a>
[src]

Don't mix with add_image()

Generate palette for all images/colors added to the histogram

Trait Implementations

impl<'a> Drop for Histogram<'a>
[src]

A method called when the value goes out of scope. Read more

impl<'a> Send for Histogram<'a>
[src]