pub type QuantizeInfo = _QuantizeInfo;Aliased Type§
#[repr(C)]pub struct QuantizeInfo {
pub number_colors: usize,
pub tree_depth: usize,
pub colorspace: ColorspaceType,
pub dither_method: DitherMethod,
pub measure_error: MagickBooleanType,
pub signature: usize,
}Fields§
§number_colors: usize§tree_depth: usize§colorspace: ColorspaceType§dither_method: DitherMethod§measure_error: MagickBooleanType§signature: usize