LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
GrayScaleToDuotoneCommandMixingType Enumeration
See Also  



This enumeration will contain all Types needed to indicate which color space is selected. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Enum GrayScaleToDuotoneCommandMixingType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As GrayScaleToDuotoneCommandMixingType
C# 
public enum GrayScaleToDuotoneCommandMixingType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class GrayScaleToDuotoneCommandMixingType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
MixWithOldValueMix the old colors with the new ones.
ReplaceOldWithNewReplace the old colors with the new ones.

Inheritance Hierarchy

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

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also