public virtual IPixel <QuantumType> GetPixel(int x, int y) => Pixel.Create(this, x, y, GetAreaUnchecked(x, y, 1, 1));
public virtual Pixel GetPixel(int x, int y) => Pixel.Create(this, x, y, GetAreaUnchecked(x, y, 1, 1));