Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
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 
XAML Attributes Usage 

<object property=EnumerationValue .../>

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 3.0, Windows XP, Windows Vista, and Windows Server 2003

See Also