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



Contains all Types needed to indicate which color space is selected.

Syntax

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

Members

MemberDescription
None No Flags.
SignedLookupTable If set, the LookupTable entries are signed 16-bit values. If not set, the LookupTable entries are unsigned 16-bit values.(This flag is used by ApplyModalityLookupTableCommand but not used in ApplyLinearModalityLookupTableCommand).
UpdateMinMax Update MinValue with the new minimum intensity value in the bitmap and MaxValue with the new maximum intensity value.
UseFullRange For future use.
AllowRangeExpansion Adjust the high bit and/or low bit (if possible) inside the image handle in order to be able to hold the range of pixel values after applying the modality LookupTable. (This flag is used by ApplyLinearModalityLookupTableCommand but not used in ApplyModalityLookupTableCommand).

Inheritance Hierarchy

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

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