Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

RasterDitheringMethod Enumeration








Indicates the dithering method used for the image.
Syntax
'Declaration
 
Public Enum RasterDitheringMethod 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As RasterDitheringMethod
public enum RasterDitheringMethod : System.IComparable, System.IConvertible, System.IFormattable  
typedef NS_ENUM(NSInteger, LTRasterDitheringMethod)
public enum RasterDitheringMethod
Leadtools.RasterDitheringMethod = function() { };
Leadtools.RasterDitheringMethod.prototype = {<br/>
  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.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
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Error processing SSI file