EmbeddedImageT constructor
EmbeddedImageT({})
Implementation
EmbeddedImageT({
this.bytes,
this.componentCount = 0,
this.componentType = ComponentType.k8Bit,
this.width = 0,
this.height = 0});
EmbeddedImageT({
this.bytes,
this.componentCount = 0,
this.componentType = ComponentType.k8Bit,
this.width = 0,
this.height = 0});