←Select platform

AddWeightedCommandType Enumeration

Summary

Enumeration flags that identify the operation to perform.

Syntax
C#
VB
Objective-C
C++
Java
public enum AddWeightedCommandType   
Public Enum AddWeightedCommandType  
typedef NS_ENUM(NSInteger, LTAddWeightedCommandType) 
public enum AddWeightedCommandType 
public enum class AddWeightedCommandType   

Members
ValueMemberDescription
1Average Average the images in the list.
2Add Add the images in the list.
3AverageWeighted Average the images in the list, according to the array of weight factors in either the Factor property or the factor parameter in the constructor.
4AddWeighted Add the images in the list, according to the array of weight factors in either the Factor property or the factor parameter in the constructor.

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