←Select platform

RasterDitheringMethod Enumeration

Summary

Indicates the dithering method used for the image.

Syntax

C#
VB
C++
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="RasterDitheringMethod")] 
public enum RasterDitheringMethod 
  
<DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="RasterDitheringMethod")> 
Public Enum RasterDitheringMethod  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="RasterDitheringMethod")] 
public enum class RasterDitheringMethod : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0NoneNo dithering.
1FloydSteinFloyd-Steinberg method
2StuckiStucki method
3BurkesBurkes method
4SierraSierra method
5StevensonArceStevenson-Arce method
6JarvisJarvis method
7OrderedOrdered dithering, which is faster than other methods but is lower in quality.
8ClusteredClustered dithering
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.ImageProcessing.DataContracts Assembly