ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMaskChannelModes Enumeration




ImGearMaskChannelModes Enumeration
Specifies whether the color indicates masked or selected area.
Syntax
'Declaration
 
Public Enum ImGearMaskChannelModes 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearMaskChannelModes
Members
MemberValueDescription
ColorIndicatesMaskedArea1Specifies that color indicates masked area.
ColorIndicatesSelectedArea0Specifies that color indicates selected area.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Core.ImGearMaskChannelModes

See Also