ImageGear .NET - Updated July 5, 2018
ImGearBitonalReductionModes Enumeration




ImageGear24.Core Assembly > ImageGear.Processing Namespace : ImGearBitonalReductionModes Enumeration
Specifies modes for the bitonal color reduction method.
Syntax
'Declaration
 
Public Enum ImGearBitonalReductionModes 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearBitonalReductionModes
Members
MemberDescription
AVERAGEAverage mode.
GRAYSCALEGrayscale mode.
WEIGHTEDWeighted mode.
Remarks
Please, see ImGearBitonalReductionOptions class reference.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Processing.ImGearBitonalReductionModes

See Also

Reference

ImageGear.Processing Namespace