This function initializes the HIGLUT object with GSDF LUT data.
Declaration:
Copy Code |
|
|---|---|
AT_ERRCOUNT ACCUAPI MED_PS_GSDF_LUT_init(
DWORD dwCharactCurveEntryCount,
LPDOUBLE lpCharactCurve,
HIGLUT lut
);
|
|
Arguments:
| Name | Type | Description |
| dwCharactCurveEntryCount | DWORD | Number of entries in Characteristic Curve. |
| lpCharactCurve | LPDOUBLE | Characteristic Curve of the display. |
| lut | HIGLUT | GSDF LUT to fill. |
Return Value:
Returns the number of ImageGear errors that occurred during the function call.
Supported Raster Image Formats:
This function does not process image pixels.
Remarks:
This function replaces MED_PS_GSDF_LUT_build().