Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
GrayScaleToDuotoneCommandBitmapEffectsMixingType Enumeration
See Also  
Leadtools.Windows.Media.Effects.Color Namespace : GrayScaleToDuotoneCommandBitmapEffectsMixingType Enumeration




Values which specify whether to mix or replace the old colors with the new ones.

Syntax

Visual Basic (Declaration) 
Public Enum GrayScaleToDuotoneCommandBitmapEffectsMixingType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As GrayScaleToDuotoneCommandBitmapEffectsMixingType
C# 
public enum GrayScaleToDuotoneCommandBitmapEffectsMixingType : Enum 
Managed Extensions for C++ 
__value public enum GrayScaleToDuotoneCommandBitmapEffectsMixingType : public Enum 
C++/CLI 
public enum class GrayScaleToDuotoneCommandBitmapEffectsMixingType : public Enum 

Members

MemberDescription
MixWithOldValue Mix the old colors with the new ones.
ReplaceOldWithNew Replace the old colors with the new ones.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.Media.Effects.Color.GrayScaleToDuotoneCommandBitmapEffectsMixingType

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also