pub type DifferenceStatistics = _DifferenceStatistics;Aliased Type§
#[repr(C)]pub struct DifferenceStatistics {
pub red: f64,
pub green: f64,
pub blue: f64,
pub opacity: f64,
pub combined: f64,
}Fields§
§red: f64§green: f64§blue: f64§opacity: f64§combined: f64