EmbeddedImageT constructor

EmbeddedImageT({
  1. List<int>? bytes,
  2. int componentCount = 0,
  3. ComponentType componentType = ComponentType.k8Bit,
  4. int width = 0,
  5. int height = 0,
})

Implementation

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