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



type
Value that indicates the type of separation that was used to create the grayscale images.
Initializes a new Leadtools.ImageProcessing.Color.ColorMergeCommand class object with explicit parameters. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal type As ColorMergeCommandType _
)
Visual Basic (Usage)Copy Code
Dim type As ColorMergeCommandType
 
Dim instance As New ColorMergeCommand(type)
C# 
public ColorMergeCommand( 
   ColorMergeCommandType type
)
C++/CLI 
public:
ColorMergeCommand( 
   ColorMergeCommandType type
)

Parameters

type
Value that indicates the type of separation that was used to create the grayscale images.

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