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_size_get
In This Topic
    IG_LUT_size_get
    In This Topic

    This function returns the size, in bytes, of the LUT data.

    Declaration:

     
    Copy Code
    AT_INT ACCUAPI IG_LUT_size_get(HIGLUT hlut);
    

    Arguments:

    Name Type Description
    hlut HIGLUT Handle of the LUT.

    Return Value:

    Returns the size, in bytes, of the LUT data.

    Supported Raster Image Formats:

    This function does not process image pixels.

    Sample:

    None