wrapped method

PlaneWrapper wrapped()

Implementation

PlaneWrapper wrapped() {
  return PlaneWrapper(
    bytes: bytes,
    bytesPerRow: bytesPerRow,
    bytesPerPixel: bytesPerPixel,
    width: width,
    height: height,
  );
}