RasterDitheringMethod Enumeration (original) (raw)

Summary

Indicates the dithering method used for the image.

Syntax

C#

Objective-C

C++/CLI

Java

Python

public enum RasterDitheringMethod 

typedef NS_ENUM(NSInteger, LTRasterDitheringMethod) { LTRasterDitheringMethodNone = 0, LTRasterDitheringMethodFloydStein = 1, LTRasterDitheringMethodStucki = 2, LTRasterDitheringMethodBurkes = 3, LTRasterDitheringMethodSierra = 4, LTRasterDitheringMethodStevensonArce = 5, LTRasterDitheringMethodJarvis = 6, LTRasterDitheringMethodOrdered = 7, LTRasterDitheringMethodClustered = 8, };

public final class RasterDitheringMethod extends java.lang.Enum<RasterDitheringMethod>

public enum class RasterDitheringMethod   

class RasterDitheringMethod(Enum): None = 0 FloydStein = 1 Stucki = 2 Burkes = 3 Sierra = 4 StevensonArce = 5 Jarvis = 6 Ordered = 7 Clustered = 8

Members

Value Member Description
0 None No dithering
1 FloydStein Floyd-Steinberg method
2 Stucki Stucki method
3 Burkes Burkes method
4 Sierra Sierra method
5 StevensonArce Stevenson-Arce method
6 Jarvis Jarvis method
7 Ordered Ordered dithering, which is faster than other methods but is lower in quality
8 Clustered Clustered dithering

Leadtools Assembly

Convert(byte[],int,int,int,int,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],int,int,int,RasterConvertBufferFlags) Method

Convert(byte[],int,int,int,int,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],RasterColor16[],RasterColor16[],int,int,int,RasterConvertBufferFlags) Method

Convert(IntPtr,int,int,int,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],int,int,int,RasterConvertBufferFlags) Method

Convert(IntPtr,int,int,int,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],RasterColor16[],RasterColor16[],int,int,int,RasterConvertBufferFlags) Method