←Select platform

DitheringType Enumeration

Summary
Represents the type of dithering in the image.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum DitheringType   
typedef NS_ENUM(NSInteger, LTDitheringType) { 
 LTDitheringTypeUndithered = 0,  
 LTDitheringTypeTextDither = 1,  
 LTDitheringTypeWhiteDither = 2 
}; 
public final class DitheringType 
    extends java.lang.Enum<DitheringType> 
public enum class DitheringType   
class DitheringType(Enum): 
   Undithered = 0 
   TextDither = 1 
   WhiteDither = 2 
Members
ValueMemberDescription
0Undithered No Dither
1TextDither Text Dither.
2WhiteDither White Dither
Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.