ImageGear Professional v18.4 > API Reference Guide > GUI Component API Reference > GUI Component Functions Reference > ICC Functions > IG_gui_switch_enableicc |
This function switches the state of enabling/disabling ICC support, and returns the state after switching.
Copy Code
|
|
---|---|
AT_BOOL ACCUAPI IG_gui_switch_enableicc(); |
None
TRUE/FALSE
This function does not process image pixels.
Image Processing
Copy Code
|
|
---|---|
AT_BOOL bICCEnabled = FALSE;
/* Switch the state and return the result after switching */
bICCEnabled = IG_gui_switch_enableicc();
...
|