Contains aliases for numbers of color channels.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Enumeration ColorChannel
public enum ColorChannel
Member name | Description | |
---|---|---|
Gray |
Luminosity channel (for grayscale). |
|
Black |
Black channel (for CMYK). |
|
Yellow |
Yellow channel (for CMYK). |
|
Magenta |
Magenta channel (for CMYK). |
|
Cyan |
Cyan channel (for CMYK). |
|
Blue |
Blue channel (for RGB). |
|
Green |
Green channel (for RGB). |
|
Red |
Red channel (for RGB). |
|
Alpha |
Alpha channel (for all). |