ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / GUI Component API Reference / GUI Component Functions Reference / Camera Raw Color Reconstruction Functions / IG_gui_adjraw_apply
In This Topic
    IG_gui_adjraw_apply
    In This Topic

    This function applies Camera Raw adjustment options selected in IG_gui_dspl_adjraw_dlg dialog to the image.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_gui_adjraw_apply(
       HIGEAR DispImage,
       LPAT_IGGUI_DSPL_ADJRAW DsplScroll
    );
    

    Arguments:

    Name Type Description
    DispImage HIGEAR A HIGEAR handle of the image to be adjusted.
    DsplScroll AT_IGGUI_DSPL_ADJRAW A pointer to a structure of type LPAT_IGGUI_DSPL_ADJRAW which contains image information and parameters for processing.

    Return Value:

    Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.

    Supported Raster Image Formats:

    This function is only applicable to:

    Sample:

    Filter