UGrayImage constructor

UGrayImage(
  1. Uint8List data,
  2. int width,
  3. int height, {
  4. int rowStride = 0,
  5. int left = 0,
  6. int top = 0,
  7. int sourceWidth = 0,
  8. int sourceHeight = 0,
})

Implementation

UGrayImage(this.data, this.width, this.height, {this.rowStride = 0, this.left = 0, this.top = 0, this.sourceWidth = 0, this.sourceHeight = 0});