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




ImGearReductionMethods Enumeration
Specifies ImageGear color reduction methods.
Syntax
'Declaration
 
Public Enum ImGearReductionMethods 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearReductionMethods
Members
MemberValueDescription
BAYER0Bayer color reduction method.
BITONAL1Bitonal color reduction method.
DIFFUSE2Diffuse color reduction method.
HALFTONE3Halftone color reduction method.
MEDIAN4Median color reduction method.
OCTREE5Octree color reduction method.
POPULARITY6Popularity color reduction method.
SCALE7Scale color reduction method.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Processing.ImGearReductionMethods

See Also