A color channel in a color space.
Hierarchy
System.Object
    System.ValueType
        System.Enum
            WebSupergoo.ImageGlue8.ColorChannel
Interfaces
System.IComparable
System.IFormattable
System.IConvertible
Notes

This class is sealed. It cannot be derived from.

Fields
Field Description
Alpha Alpha channel.
Black Black channel.
Blue Blue channel.
Cyan Cyan channel.
Gray Gray channel.
Green Green channel.
Magenta Magenta channel.
Padding Generic padding - unused or unspecified data.
Red Red channel.
Yellow Yellow channel.
Example

None.