←Select platform

ModalityLookupTableCommandFlags Enumeration

Summary
Indicates which color space is selected.
Syntax
C#
Objective-C
C++/CLI
Java
Python
[FlagsAttribute()] 
public enum ModalityLookupTableCommandFlags   
typedef NS_OPTIONS(NSUInteger, LTModalityLookupTableCommandFlags) 
public final class ModalityLookupTableCommandFlags 
    extends java.lang.Enum<ModalityLookupTableCommandFlags> 
[FlagsAttribute()] 
public enum class ModalityLookupTableCommandFlags   
class ModalityLookupTableCommandFlags(Enum): 
   None = 0 
   SignedLookupTable = 1 
   UpdateMinMax = 2 
   UseFullRange = 4 
   AllowRangeExpansion = 8 
Members
ValueMemberDescription
0x00000000None No Flags.
0x00000001SignedLookupTable 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 the ApplyModalityLookupTableCommand but not used in the ApplyLinearModalityLookupTableCommand).
0x00000002UpdateMinMax Update MinValue with the new minimum intensity value in the bitmap and MaxValue with the new maximum intensity value.
0x00000004UseFullRange For future use.
0x00000008AllowRangeExpansion 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).
Requirements

Target Platforms

Help Version 22.0.2023.11.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.