DecodedHdr constructor

DecodedHdr(
  1. Float32List pixels,
  2. int width,
  3. int height
)

Implementation

DecodedHdr(this.pixels, this.width, this.height);