Hi,
I updated from Version 502 to 901 (Q16) and now I always get "IndexOutOfRangeException" when setting a pixel with
```
myWritablePixelCollection.Set(x, y, new float[] { 5000, 5000, 5000, 0 });
```
The first loop (x = y = 0) runs, the second loop (x = 0; y = 1) ends with the exception.
The image has the dimensions of 256x256. I also tried some other values but it ends always with the same exception.
I updated from Version 502 to 901 (Q16) and now I always get "IndexOutOfRangeException" when setting a pixel with
```
myWritablePixelCollection.Set(x, y, new float[] { 5000, 5000, 5000, 0 });
```
The first loop (x = y = 0) runs, the second loop (x = 0; y = 1) ends with the exception.
The image has the dimensions of 256x256. I also tried some other values but it ends always with the same exception.