PixelInt8.from constructor

PixelInt8.from(
  1. PixelInt8 other
)

Implementation

PixelInt8.from(PixelInt8 other)
    : _x = other.x,
      _y = other.y,
      _index = other._index,
      image = other.image;