←Select platform

GrayScaleToDuotoneCommandMixingType Enumeration

Summary
This enumeration will contain all Types needed to indicate which color space is selected.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum GrayScaleToDuotoneCommandMixingType   
typedef NS_ENUM(NSInteger, LTGrayScaleToDuotoneCommandMixingType) { 
 LTGrayScaleToDuotoneCommandMixingTypeMixWithOldValue = 0x00000000,  
 LTGrayScaleToDuotoneCommandMixingTypeReplaceOldWithNew = 0x00000001 
}; 
public final class GrayScaleToDuotoneCommandMixingType 
    extends java.lang.Enum<GrayScaleToDuotoneCommandMixingType> 
public enum class GrayScaleToDuotoneCommandMixingType   
class GrayScaleToDuotoneCommandMixingType(Enum): 
   MixWithOldValue = 0 
   ReplaceOldWithNew = 1 
Members
ValueMemberDescription
0MixWithOldValue Mix the old colors with the new ones.
1ReplaceOldWithNew Replace the old colors with the new ones.
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.