LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ModalityLookupTableCommandFlags Enumeration
See Also  
Leadtools.ImageProcessing.Core Namespace : ModalityLookupTableCommandFlags 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 ModalityLookupTableCommandFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As ModalityLookupTableCommandFlags
C# 
[FlagsAttribute()]
public enum ModalityLookupTableCommandFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class ModalityLookupTableCommandFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AllowRangeExpansionAdjust 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).
NoneNo Flags.
SignedLookupTableIf 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).
UpdateMinMaxUpdate Leadtools.RasterImage.MinValue with the new minimum intensity value in the bitmap and Leadtools.RasterImage.MaxValue with the new maximum intensity value.
UseFullRangeFor future use.

Inheritance Hierarchy

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

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