Specifies ImageGear color reduction methods.
            
            Syntax
            
            Members
| Member | Value | Description | 
| BAYER | 0 | Bayer color reduction method. | 
| BITONAL | 1 | Bitonal color reduction method. | 
| DIFFUSE | 2 | Diffuse color reduction method. | 
| HALFTONE | 3 | Halftone color reduction method. | 
| MEDIAN | 4 | Median color reduction method. | 
| OCTREE | 5 | Octree color reduction method. | 
| POPULARITY | 6 | Popularity color reduction method. | 
| SCALE | 7 | Scale color reduction method. | 
 
            
            
            
            
            
            
            Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         ImageGear.Processing.ImGearReductionMethods
 
            
            
            See Also