PixelUint8.from constructor

PixelUint8.from(
  1. PixelUint8 other
)

Implementation

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