LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

AddWeightedCommandType Enumeration

Show in webframe







Enumeration flags that identify the operation to perform.
Syntax
public enum AddWeightedCommandType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum AddWeightedCommandType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As AddWeightedCommandType
public enum AddWeightedCommandType : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTAddWeightedCommandType
public enum AddWeightedCommandType
Leadtools.ImageProcessing.Color.AddWeightedCommandType = function() { };
Leadtools.ImageProcessing.Color.AddWeightedCommandType.prototype = {
Average = 0x00000001, Add = 0x00000002, AverageWeighted = 0x00000003, AddWeighted = 0x00000004, };
public enum class AddWeightedCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000001AverageAverage the images in the list.
0x00000002AddAdd the images in the list.
0x00000003AverageWeightedAverage the images in the list, according to the array of weight factors in either the Factor property or the factor parameter in the constructor.
0x00000004AddWeightedAdd the images in the list, according to the array of weight factors in either the Factor property or the factor parameter in the constructor.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Color.AddWeightedCommandType

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Color Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.