PixelInt16.from constructor

PixelInt16.from(
  1. PixelInt16 other
)

Implementation

PixelInt16.from(PixelInt16 other)
    : _x = other._x,
      _y = other._y,
      _index = other._index,
      image = other.image;