PixelFloat32.from constructor

PixelFloat32.from(
  1. PixelFloat32 other
)

Implementation

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