pub type QuantizeInfo = _QuantizeInfo;Aliased Type§
#[repr(C)]pub struct QuantizeInfo {
pub number_colors: u64,
pub tree_depth: u32,
pub dither: u32,
pub colorspace: u32,
pub measure_error: u32,
pub signature: u64,
}Fields§
§number_colors: u64§tree_depth: u32§dither: u32§colorspace: u32§measure_error: u32§signature: u64