unwrap method

ImagePlane unwrap()

Implementation

ImagePlane unwrap() {
  return ImagePlane(
    width: width,
    height: height,
    bytes: bytes,
    bytesPerRow: bytesPerRow,
    bytesPerPixel: bytesPerPixel,
  );
}