pub type ImageStatistics = _ImageStatistics;Aliased Type§
#[repr(C)]pub struct ImageStatistics {
pub red: _ImageChannelStatistics,
pub green: _ImageChannelStatistics,
pub blue: _ImageChannelStatistics,
pub opacity: _ImageChannelStatistics,
}Fields§
§red: _ImageChannelStatistics§green: _ImageChannelStatistics§blue: _ImageChannelStatistics§opacity: _ImageChannelStatistics