This function creates a LUT object.
Declaration:
Copy Code | |
---|---|
AT_ERRCOUNT ACCUAPI IG_LUT_create( AT_INT InputDepth, AT_BOOL InputIsSigned, AT_INT OutputDepth, AT_BOOL OutputIsSigned, HIGLUT *lpLUT ); |
Arguments:
InputDepth | Input bit count of the LUT. |
InputIsSigned | Shows whether input of the LUT is signed. |
OutputDepth | Output bit count of the LUT. |
OutputIsSigned | Shows whether output of the LUT is signed. |
lpLUT | Handle of the created LUT object. |
Return Value:
Returns the number of ImageGear errors that occurred during this function call. If there are no errors, the return value is IGE_SUCCESS.
Supported Raster Image Formats:
This function does not process image pixels.
Sample:
Medical