Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
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 
C++/CLI 
public enum class GrayScaleToDuotoneCommandBitmapEffectsMixingType : public Enum 
XAML Attributes Usage 

<object property=EnumerationValue .../>

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, Windows Server 2003 family, Windows Server 2008 family

See Also