PixelInfo constructor
PixelInfo({})
Implementation
PixelInfo({
required this.storageClass,
required this.colorspace,
required this.alphaTrait,
required this.fuzz,
required this.depth,
required this.count,
required this.red,
required this.green,
required this.blue,
required this.black,
required this.alpha,
required this.index,
});