Applies custom color adjustment to the image.
Declaration:
![]() |
|
---|---|
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:
- RGB - 48 bpp
This function is only applicable to:
- DNG images
- DCRAW and Headerless Digital Camera Raw images for which Color Reconstruction metadata is available. See IG_gui_dspl_adjraw_metadata_is_available.
Sample:
Filter
Remarks:
See Reconstructing Camera Raw Images Using Custom Parameters for more details.