Accusoft.ImagXpressSdk Namespace : SeparationType Enumeration |
'Declaration Public Enum SeparationType Inherits System.Enum
'Usage Dim instance As SeparationType
public enum SeparationType : System.Enum
__value public enum SeparationType : public System.Enum
public enum class SeparationType : public System.Enum
Member | Value | Description |
---|---|---|
Cmy | 2 | Separate the cyan, magenta, and yellow image components. |
Cmyk | 3 | Separate the cyan, magenta, yellow, and black image components. |
Hsl | 1 | Separate the hue, saturation, and luminance image components. |
Rgb | 0 | Separate the red, green, and blue image components. |
Rgba | 4 | Separate the red, green, blue and alpha image components. |
System.Object
System.ValueType
System.Enum
Accusoft.ImagXpressSdk.SeparationType