void* ufoRasterGetPixelAddress( ufoRaster raster_instance, int x, int y);
ufoRasterGetPixelAddress returns the address of the raster buffer at pixel (X,Y).
The returned pointer can be converted into the correct pixel structure for the type raster. For pixel structure and component definitions, see ufoRaster.h.
![]()
|
Bounds checking is not performed on X or Y. |
Autodesk Softimage v7.5