ImageGear .NET v25.1 - Updated
ImGearChannelGroups Enumeration




ImageGear.Core Assembly > ImageGear.Processing Namespace : ImGearChannelGroups Enumeration
Specifies groups of DIB channels.
Syntax
'Declaration
 
Public Enum ImGearChannelGroups 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearChannelGroups
public enum ImGearChannelGroups : System.Enum 
__value public enum ImGearChannelGroups : public System.Enum 
public enum class ImGearChannelGroups : public System.Enum 
Members
MemberValueDescription
ALL5All channels.
ALPHA1Alpha channel.
ALPHA_EXTRA4Alpha and extra channels.
COLOR0Color channels.
COLOR_ALPHA3Color and alpha channels.
EXTRA2Extra channels.
Remarks
These values are passed to the ImageGear.Core.ImGearChannelRange structure constructor.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Processing.ImGearChannelGroups

See Also

Reference

ImageGear.Processing Namespace