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

Calculates an address relative to the start of the pixel buffer.

This method is similar to the At method, but does not bounds-check the index arguments.

Parameters
imageImage object.
xColumn index.
yRow index.
Returns
Pointer to pixel.