PixelInt32.from constructor

PixelInt32.from(
  1. PixelInt32 other
)

Implementation

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