←Select platform

GrayScaleToMultitoneCommandToneType Enumeration

Summary
Flag that indicates the number of colors to add to the grayscale image.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum GrayScaleToMultitoneCommandToneType   
typedef NS_ENUM(NSInteger, LTGrayScaleToMultitoneCommandToneType) { 
 LTGrayScaleToMultitoneCommandToneTypeMonotone = 0x00000000,  
 LTGrayScaleToMultitoneCommandToneTypeDuotone = 0x00000001,  
 LTGrayScaleToMultitoneCommandToneTypeTritone = 0x00000002,  
 LTGrayScaleToMultitoneCommandToneTypeQuadtone = 0x00000003 
}; 
public final class GrayScaleToMultitoneCommandToneType 
    extends java.lang.Enum<GrayScaleToMultitoneCommandToneType> 
public enum class GrayScaleToMultitoneCommandToneType   
class GrayScaleToMultitoneCommandToneType(Enum): 
   Monotone = 0 
   Duotone = 1 
   Tritone = 2 
   Quadtone = 3 
Members
ValueMemberDescription
0Monotone Add one color.
1Duotone Add two colors.
2Tritone Add three colors.
3Quadtone Add four colors.
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.Color Assembly

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