ImageGear .NET v25.1 - Updated
ImGearChannelGroups Enumeration




ImageGear.Core Assembly > ImageGear.Core Namespace : ImGearChannelGroups Enumeration
Specifies alpha 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 channels.
ALPHA_EXTRA4Extra and alpha channels.
COLOR0Color channels.
COLOR_ALPHA3Color and alpha channels.
EXTRA2Extra channels.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Core.ImGearChannelGroups

See Also

Reference

ImageGear.Core Namespace