←Select platform

ColorMergeCommand Constructor(ColorMergeCommandType)

Summary

Initializes a new ColorMergeCommand class object with explicit parameters.

Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal type As ColorMergeCommandType _ 
) 
- (instancetype)initWithType:(LTColorMergeCommandType)type 
public ColorMergeCommand(ColorMergeCommandType type) 
public: 
ColorMergeCommand(  
   ColorMergeCommandType 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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly