PixelFloat16.from constructor

PixelFloat16.from(
  1. PixelFloat16 other
)

Implementation

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