Type Alias magick_rust::bindings::PixelInfo
source · pub type PixelInfo = _PixelInfo;
Aliased Type§
struct PixelInfo {
pub storage_class: ClassType,
pub colorspace: ColorspaceType,
pub alpha_trait: PixelTrait,
pub fuzz: f64,
pub depth: usize,
pub count: u64,
pub red: f64,
pub green: f64,
pub blue: f64,
pub black: f64,
pub alpha: f64,
pub index: f64,
}
Fields§
§storage_class: ClassType
§colorspace: ColorspaceType
§alpha_trait: PixelTrait
§fuzz: f64
§depth: usize
§count: u64
§red: f64
§green: f64
§blue: f64
§black: f64
§alpha: f64
§index: f64