void ufoProcessRasterOutDefine( ufoProcess process_instance, int output_index, char *id, char *name, ufoCompComb suggested_components);
Refer to the following table for command descriptions:
|
Command |
Description |
output_index |
index (0..number_outputs-1) of raster output |
id |
unique (within process) id of output with no spaces |
name |
user interface title of output |
suggested_components |
suggested working pixel components |
ufoCompComb |
|
ufoAnyCompComb |
expects any pixel type |
ufoRGBCompComb |
expects RGB pixel type |
ufoRGBACompComb |
expects RGBA pixel type |
ufoACompComb |
expects A (alpha) pixel type |
ufoProcessRasterOutDefine define one of the (0..number_outputs-1) raster outputs as set in the ufoProcessCreate function call.
The suggested_components argument indicates which component combination of the raster the UFO process expects to work on. This does not force the pixel type of raster supplied when rendering; for this use ufoProcesSetPixelTypeCombinations.
ufoProcessRasterOutDefine must be called within ufoProcessDefine for each raster output.
Autodesk Softimage v7.5