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_output_is_signed_get
In This Topic
    IG_LUT_output_is_signed_get
    In This Topic

    This function tells whether output of the LUT is signed.

    Declaration:

     
    Copy Code
    AT_BOOL ACCUAPI IG_LUT_output_is_signed_get(HIGLUT lut);
    

    Arguments:

    Name Type Description
    lut HIGLUT LUT handle.

    Return Value:

    TRUE - output of the LUT is signed; FALSE - otherwise.

    Supported Raster Image Formats:

    This function does not process image pixels.

    Sample:

    None