ScaleArguments constructor

ScaleArguments(
  1. Uint8List iByteBuf,
  2. Uint8List oByteBuf,
  3. IntSize iSize,
  4. IntSize oSize,
  5. int colorBlockSize,
  6. int areaSize,
)

Implementation

ScaleArguments(this.iByteBuf, this.oByteBuf, this.iSize, this.oSize, this.colorBlockSize, this.areaSize);