| AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : ColorSeparation Method |
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) |
| Visual Basic |
|---|
Public Sub ColorSeparation( _ ByVal IPSeparationType As Integer _ ) |
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) |
The resulting separate color planes can be accessed using the IPGetColorPlane method.