Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / ColorChannel Enumeration

In This Topic
    ColorChannel Enumeration
    In This Topic
    Specifies the color channel to operate on.
    Syntax
    'Declaration
     
    Public Enum ColorChannel 
       Inherits System.Enum
    public enum ColorChannel : System.Enum 
    Members
    MemberDescription
    AlphaThe Alpha channel is chosen.
    BlueThe Blue channel is chosen.
    GreenThe Green channel is chosen.
    RedThe Red channel is chosen.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Imaging.ColorChannel

    See Also