DecodedHdr constructor
DecodedHdr(
- Float32List pixels,
- int width,
- int height
Implementation
DecodedHdr(this.pixels, this.width, this.height);
DecodedHdr(this.pixels, this.width, this.height);