LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

GrayScaleToDuotoneCommandMixingType Enumeration

Show in webframe







This enumeration will contain all Types needed to indicate which color space is selected.
Syntax
public enum GrayScaleToDuotoneCommandMixingType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum GrayScaleToDuotoneCommandMixingType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As GrayScaleToDuotoneCommandMixingType
public enum GrayScaleToDuotoneCommandMixingType : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTGrayScaleToDuotoneCommandMixingType
public enum GrayScaleToDuotoneCommandMixingType
Leadtools.ImageProcessing.Color.GrayScaleToDuotoneCommandMixingType = function() { };
Leadtools.ImageProcessing.Color.GrayScaleToDuotoneCommandMixingType.prototype = {
MixWithOldValue = 0x00000000, ReplaceOldWithNew = 0x00000001, };
public enum class GrayScaleToDuotoneCommandMixingType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000MixWithOldValueMix the old colors with the new ones.
0x00000001ReplaceOldWithNewReplace the old colors with the new ones.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Color.GrayScaleToDuotoneCommandMixingType

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Color Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.