←Select platform

GrayScaleToDuotoneCommandMixingType Enumeration

Summary

This enumeration will contain all Types needed to indicate which color space is selected.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum GrayScaleToDuotoneCommandMixingType   
Public Enum GrayScaleToDuotoneCommandMixingType  
    
    
public enum GrayScaleToDuotoneCommandMixingType    
typedef NS_ENUM(NSInteger, LTGrayScaleToDuotoneCommandMixingType) 
public enum GrayScaleToDuotoneCommandMixingType 
Leadtools.ImageProcessing.Color.GrayScaleToDuotoneCommandMixingType = function() { }; 
Leadtools.ImageProcessing.Color.GrayScaleToDuotoneCommandMixingType.prototype = {<br/> 
  MixWithOldValue = 0, 
    ReplaceOldWithNew = 1, 
     
 }; 
public enum class GrayScaleToDuotoneCommandMixingType   

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly