Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
void * kImage_At ( kImage  image,
kSize  x,
kSize  y 
)

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
imageImage object.
xColumn index.
yRow index.
Returns
Pointer to pixel.