ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearChannelGroups Enumeration




ImGearChannelGroups Enumeration
Specifies groups of DIB channels.
Syntax
'Declaration
 
Public Enum ImGearChannelGroups 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearChannelGroups
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