liq_histogram_entry

Type Alias liq_histogram_entry 

Source
pub type liq_histogram_entry = HistogramEntry;

Aliased Type§

#[repr(C)]
pub 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)