pub type liq_histogram_entry = HistogramEntry;

Aliased Type§

struct liq_histogram_entry {
    pub color: RGBA<u8>,
    pub count: u32,
}

Fields§

§color: RGBA<u8>

The color

§count: u32

Importance of the color (e.g. number of occurrences)