ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGColorSpaceConverter Object > IGColorSpaceConverter Properties > ColorSpace Property |
Gets and sets the color space to which to convert. It is a color space ID of type enumIGColorSpaceIDs Enumeration. This ID is a bit field which can combine multiple values from enumIGColorSpaceIDs. It can be made up of one, two, or three components. It must describe the color space (RGB, CMYK, grayscale, etc). It may also indicate that a type of alpha channel is present (alpha, pre-multiplied alpha) and/or the presence of one or more extra channels. For example:
Read-write property
enumIGColorSpaceIDs Enumeration
Default Value: IG_COLOR_SPACE_ID_None
Valid Values: Any valid combination of enumIGColorSpaceIDs Enumeration
N/A