ImageGear Professional v18.2 > API Reference Guide > Processing Component API Reference > Processing Component Objects > IGProcessingCtl Control > IGProcessingCtl Methods > CombineImageChannels Method |
Takes two to four 8-bit (8-bit gray level) images as input, and creates from them a single new 24-bit or 32-bit image. For each pixel location, the pixel values are fetched from the input images, and stored in the 24-bit or 32-bit image according to the scheme chosen by argument srcColorSpace.
BlendWithLUT (ByVal pPage As IGPage, srcColorSpace As
enumIGColorSpaces, ByVal dstColorSpace As enumIGColorSpaces)
Name | Description |
---|---|
pPage | Reference to IGPage Object to store the created 24- bit image. |
srcColorSpace | A constant such as IG_COLOR_SPACE_RGB describing how the channels are to be merged. |
dstColorSpace | tells what color space output image should have. There are 2 possible values now: RGB and CMYK. |
N/A
8-bit gray level images as input, 24 and 32-bit as output
Image Processing and Effects