Accusoft ImagXpress 12
ColorSeparation Method
See Also  Send comments on this topic.
IPSeparationType

Indicates the color space to use in separating the image:

Value Description
0 RGB (Red, Green, Blue)
1 HSL (Hue, Saturation, Luminance)
2 CMY (Cyan, Magenta, Yellow)
3 CMYK (Cyan, Magenta, Yellow, Black)
4 ARGB (Alpha, Red, Green, Blue)

AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : ColorSeparation Method

Glossary Item Box

Description

Separates the color components of the image.

Syntax

Visual Basic
Public Sub ColorSeparation( _
   ByVal IPSeparationType As Integer _
) 

Parameters

IPSeparationType

Indicates the color space to use in separating the image:

Value Description
0 RGB (Red, Green, Blue)
1 HSL (Hue, Saturation, Luminance)
2 CMY (Cyan, Magenta, Yellow)
3 CMYK (Cyan, Magenta, Yellow, Black)
4 ARGB (Alpha, Red, Green, Blue)

Remarks

The resulting separate color planes can be accessed using the IPGetColorPlane method.

See Also

©2013. Accusoft Corporation. All Rights Reserved.