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: u32Importance of the color (e.g. number of occurrences)