ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / Core Component API Reference / Core Component Functions Reference / LUT Functions / IG_LUT_item_get
In This Topic
    IG_LUT_item_get
    In This Topic

    This function returns LUT item.

    Declaration:

     
    Copy Code
    AT_INT ACCUAPI IG_LUT_item_get(
            HIGLUT lut, 
            AT_INT32 index
    );
    

    Arguments:

    Name Type Description
    lut HIGLUT Handle of the LUT.
    index AT_INT32 Index of the item to be returned.

    Return Value:

    LUT item.

    Supported Raster Image Formats:

    This function does not process image pixels.

    Sample:

    None

    Remarks:

    If LUT input is unsigned, valid values for index are in range [0, 2^InputDepth-1].

    If LUT input is signed, valid values for index are in range [-2^(InputDepth-1), 2^(InputDepth-1)-1].