RasterPaletteWindowLevelFlags Enumeration (original) (raw)
Summary
Indicates how the range is used to fill and type of the lookup table and whether it contains signed or unsigned data.
Syntax
C#
Objective-C
C++/CLI
Java
Python
[FlagsAttribute()]
public enum RasterPaletteWindowLevelFlags
typedef NS_OPTIONS(NSUInteger, LTRasterPaletteWindowLevelFlags)
public final class RasterPaletteWindowLevelFlags
extends java.lang.Enum<RasterPaletteWindowLevelFlags>
[FlagsAttribute()]
public enum class RasterPaletteWindowLevelFlags
class RasterPaletteWindowLevelFlags(Enum):
None = 0
Inside = 1
Outside = 2
Linear = 16
Exponential = 32
Logarithmic = 48
Sigmoid = 64
Signed = 256
DicomStyle = 4096
Members
Value | Member | Description |
---|---|---|
0x00000000 | None | Default |
0x00000001 | Inside | Fill the lookup table between Low and High. ( inside the Low...High range ) |
0x00000002 | Outside | Fill the LUT below the low and above the high parameters of WindowLevelFillLookupTable and everything in between. |
0x00000010 | Linear | Lookup table is linear |
0x00000020 | Exponential | Lookup table is exponential |
0x00000030 | Logarithmic | Lookup table is logarithmic |
0x00000040 | Sigmoid | Lookup table is sigmoid |
0x00000100 | Signed | The lookup table data is signed |
0x00001000 | DicomStyle | Fill using the startColor and endColor parameters of WindowLevelFillLookupTable colors only. |
Leadtools Assembly