←Select platform

AddWeightedCommandType Enumeration

Summary

Enumeration flags that identify the operation to perform.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum AddWeightedCommandType
Public Enum AddWeightedCommandType
public enum AddWeightedCommandType
typedef NS_ENUM(NSInteger, LTAddWeightedCommandType)
public enum AddWeightedCommandType
Leadtools.ImageProcessing.Color.AddWeightedCommandType = function() { }; 
Leadtools.ImageProcessing.Color.AddWeightedCommandType.prototype = { 
 
  Average = 1, 
    Add = 2, 
    AverageWeighted = 3, 
    AddWeighted = 4, 
     
 }; 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Color Assembly
Click or drag to resize