ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / MD Component API Reference / MD Component Functions Reference / Presentation State Functions / MED_PS_GSDF_LUT_init
In This Topic
    MED_PS_GSDF_LUT_init
    In This Topic

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