ufoRasterGetPixelCol

void ufoRasterGetPixelCol(
   ufoRaster raster_instance,
   int x,
   int y,
   double* r,
   double* g,
   double* b);

ufoRasterGetPixelCol returns the RGB values for a pixel.

Values are normalized in the range (0..1).

Depending on the raster, the values returned are as follows:

ufoRasterGetPixelCol

• Called on an RGB raster returns r=R, g=G, b=B

• Called on an A raster returns r=A, g=A, b=A

• Called on an RGBA raster returns r=R, g=G, b=B



Autodesk Softimage v7.5