Aurigma Graphics Mill 5.5 for .NET
ColorChannel Enumeration
Contains aliases for numbers of color channels.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public Enumeration ColorChannel
C#
public enum ColorChannel
Members
| 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). |
Remarks
You can use it instead of channel indices in such classes as Color (and its descendant classes), ChannelsProvider, etc.