ImageGear .NET - Updated
ImGearChannelGroups Enumeration




ImageGear24.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
MemberDescription
ALLAll channels.
ALPHAAlpha channel.
ALPHA_EXTRAAlpha and extra channels.
COLORColor channels.
COLOR_ALPHAColor and alpha channels.
EXTRAExtra 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