Struct exoquant::ColorCount [] [src]

pub struct ColorCount {
    pub color: Colorf,
    pub count: usize,
}

A single float color in quantization color space with the number of times it occurs in the input image data.

This type is used to hold histogram data during the actual quantization process. It's mostly used internally.

Fields

Trait Implementations

impl Clone for ColorCount
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more