LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

VoiLookupTableCommandFlags Enumeration

Show in webframe







This enumeration contains all Types needed to indicate which color space is selected.
Syntax
[FlagsAttribute()]
public enum VoiLookupTableCommandFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum VoiLookupTableCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As VoiLookupTableCommandFlags
[FlagsAttribute()]
public enum VoiLookupTableCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTVoiLookupTableCommandFlags
public enum VoiLookupTableCommandFlags
Leadtools.ImageProcessing.Core.VoiLookupTableCommandFlags = function() { };
Leadtools.ImageProcessing.Core.VoiLookupTableCommandFlags.prototype = {
None = 0x00000000, UpdateMinMax = 0x00000001, ReverseOrder = 0x00000002, };
[FlagsAttribute()]
public enum class VoiLookupTableCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneNo Flags
0x00000001UpdateMinMaxIf set, the method will recalculate Leadtools.RasterImage.MinValue based on the minimum intensity inside the image and recalculate Leadtools.RasterImage.MaxValue based on the maximum intensity inside the image.
0x00000002ReverseOrderIf set, the method will fill the image display LookupTable in reverse order (light to dark instead of dark to light).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.VoiLookupTableCommandFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


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