LEADTOOLS (Leadtools assembly)

RasterDitheringMethod Enumeration

Show in webframe







Indicates the dithering method used for the image.
Syntax
public enum RasterDitheringMethod : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum RasterDitheringMethod 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As RasterDitheringMethod
public enum RasterDitheringMethod : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.RasterDitheringMethod = function() { };
Leadtools.RasterDitheringMethod.prototype = {
None = 0, FloydStein = 1, Stucki = 2, Burkes = 3, Sierra = 4, StevensonArce = 5, Jarvis = 6, Ordered = 7, Clustered = 8, };
public enum class RasterDitheringMethod : public System.Enum, System.IComparableSystem.IConvertibleSystem.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
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterDitheringMethod

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.