Returns a pointer to the specified pixel in the pixel buffer.
A debug assertion will be raised if the index arguments are greater than or equal to the current image dimensions.
- Parameters
-
image | Image object. |
x | Column index. |
y | Row index. |
- Returns
- Pointer to pixel.