←Select platform

ModalityLookupTableCommandFlags Enumeration

Summary

Indicates which color space is selected.

Syntax
C#
VB
Objective-C
C++
Java
[FlagsAttribute()] 
public enum ModalityLookupTableCommandFlags   
<FlagsAttribute()> 
Public Enum ModalityLookupTableCommandFlags  
typedef NS_OPTIONS(NSUInteger, LTModalityLookupTableCommandFlags) 
public enum ModalityLookupTableCommandFlags 
[FlagsAttribute()] 
public enum class ModalityLookupTableCommandFlags   

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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly