PixelUint4.from constructor

PixelUint4.from(
  1. PixelUint4 other
)

Implementation

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