LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
VoiLookupTableCommandFlags Enumeration
See Also  
Leadtools.ImageProcessing.Core Namespace : VoiLookupTableCommandFlags Enumeration



This enumeration contains all Types needed to indicate which color space is selected. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum VoiLookupTableCommandFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As VoiLookupTableCommandFlags
C# 
[FlagsAttribute()]
public enum VoiLookupTableCommandFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class VoiLookupTableCommandFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
NoneNo Flags
ReverseOrderIf set, the method will fill the image display LookupTable in reverse order (light to dark instead of dark to light).
UpdateMinMaxIf 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.

Inheritance Hierarchy

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

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also