ImageGear for C and C++ on Linux v20.0 - Updated
MED_PS_GSDF_LUT_init
API Reference Guide > MD Component API Reference > MD Component Functions Reference > Presentation State Functions > MED_PS_GSDF_LUT_init

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().

Is this page helpful?
Yes No
Thanks for your feedback.