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



Gets or sets a flag that indicates whether the new colors replace the old colors, or the new colors will be mixed with the old colors. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Property Type As GrayScaleToDuotoneCommandMixingType
Visual Basic (Usage)Copy Code
Dim instance As GrayScaleToMultitoneCommand
Dim value As GrayScaleToDuotoneCommandMixingType
 
instance.Type = value
 
value = instance.Type
C# 
public GrayScaleToDuotoneCommandMixingType Type {get; set;}
C++/CLI 
public:
property GrayScaleToDuotoneCommandMixingType Type {
   GrayScaleToDuotoneCommandMixingType get();
   void set (    GrayScaleToDuotoneCommandMixingType value);
}

Property Value

Value that indicates whether the new colors replace the old colors, or the new colors will be mixed with the old colors.

Example

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