ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGColorProfileManager Object > IGColorProfileManager Methods > ColorProfileUpdateFrom Method |
Updates the global color profile.
ColorProfileUpdateFrom(ColorSpace as enumIGColorSpaceIDs,
ProfileGroup as enumIGColorProfileGroups, ColorProfile as
IIGColorProfile, Convert as Boolean)
Name | Description |
---|---|
ColorSpace |
Color space of the color profile. The only valid values are:
|
ProfileGroup | Profile group the color profile is updated in. See enumIGColorProfileGroups Enumeration. |
ColorProfile | Color profile to be copied into the global color profile storage. |
Convert | If True, then the method converts all images associated with old profile to new profile, but if False, then it simply replaces profile without any conversion. |
None
N/A
None