PixelUint16.from constructor

PixelUint16.from(
  1. PixelUint16 other
)

Implementation

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