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_input_depth_get
In This Topic
    IG_LUT_input_depth_get
    In This Topic

    This function returns input bit count of the LUT.

    Declaration:

     
    Copy Code
    AT_INT ACCUAPI IG_LUT_input_depth_get(HIGLUT lut);
    

    Arguments:

    Name Type Description
    lut HIGLUT LUT handle.

    Return Value:

    Input bit count of the LUT.

    Supported Raster Image Formats:

    This function does not process image pixels.

    Sample:

    None

    Remarks:

    Input depth defines the length (number of entries) of the lut, as follows:

    LUTLength = 2^InputDepth.