PixelUint2.from constructor

PixelUint2.from(
  1. PixelUint2 other
)

Implementation

PixelUint2.from(PixelUint2 other)
    : _x = other._x,
      _y = other._y,
      _index = other._index,
      _bitIndex = other._bitIndex,
      _rowOffset = other._rowOffset,
      image = other.image;