void ufoProcessRasterInDefine( ufoProcess process_instance, int input_index, char *id, char *name, ufoCompComb suggested_components);
Refer to the following table for command descriptions:
|
Command |
Description |
input_index |
index (0..number_inputs-1) of raster input |
id |
unique (within process) id of input with no spaces |
name |
user interface title of input |
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 pixel type |
ufoProcessRasterInDefine defines one of the (0..number_inputs-1) raster inputs 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.
ufoProcessRasterInDefine must be called within ufoProcessDefine for each raster input.
Autodesk Softimage v7.5