ImageGear Professional DLL v17.2 for Windows
IG_gui_adjraw_apply
Send Feedback
ImageGear Professional DLL v17.2 for Windows > API Reference Guide > GUI Component API Reference > GUI Component Functions Reference > Camera Raw Color Reconstruction > IG_gui_adjraw_apply

Glossary Item Box

Applies custom color adjustment to the image.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_gui_adjraw_apply(
   HIGEAR hImage,
   AT_IGGUI_DSPL_ADJRAW * AdjustmentParams
);

Arguments:

Name Type Description
hImage HIGEAR The handle to the image to be processed.
AdjustmentParams AT_IGGUI_DSPL_ADJRAW Custom color reconstruction parameters.

Return Value:

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

Supported Raster Image Formats:

Sample:

Filter

Remarks:

See Reconstructing Camera Raw Images Using Custom Parameters for more details.

©2012. Accusoft Corporation. All Rights Reserved.