Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
VoiLookupTableCommandFlags Enumeration
See Also  
Leadtools.ImageProcessing.Core Namespace : VoiLookupTableCommandFlags Enumeration



This enumeration contains all Types needed to indicate which color space is selected.

Syntax

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

Members

MemberDescription
None No Flags
UpdateMinMax If set, the method will recalculate MinValue based on the minimum intensity inside the image and recalculate MaxValue based on the maximum intensity inside the image.
ReverseOrder If 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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also