PixelUint32.from constructor

PixelUint32.from(
  1. PixelUint32 other
)

Implementation

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