←Select platform

ColorMergeCommand Constructor(ColorMergeCommandType)

Summary

Initializes a new ColorMergeCommand class object with explicit parameters.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
Public Function New( _ 
   ByVal type As Leadtools.Imageprocessing.Color.ColorMergeCommandType _ 
) 
- (instancetype)initWithType:(LTColorMergeCommandType)type 
public ColorMergeCommand(ColorMergeCommandType type) 
function ColorMergeCommand(  
   type  
) 

Parameters

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

Example

Refer to ColorMergeCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly