←Select platform

AddWeightedCommandType Enumeration

Summary
Enumeration flags that identify the operation to perform.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum AddWeightedCommandType   
typedef NS_ENUM(NSInteger, LTAddWeightedCommandType) { 
 LTAddWeightedCommandTypeAverage = 0x0001,  
 LTAddWeightedCommandTypeAdd = 0x0002,  
 LTAddWeightedCommandTypeAverageWeighted = 0x0003,  
 LTAddWeightedCommandTypeAddWeighted = 0x0004 
}; 
public final class AddWeightedCommandType 
    extends java.lang.Enum<AddWeightedCommandType> 
public enum class AddWeightedCommandType   
class AddWeightedCommandType(Enum): 
   Average = 1 
   Add = 2 
   AverageWeighted = 3 
   AddWeighted = 4 
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 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.