←Select platform

RasterPaletteWindowLevelFlags Enumeration

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
ValueMemberDescription
0x00000000None Default
0x00000001Inside Fill the lookup table between Low and High. ( inside the Low...High range )
0x00000002Outside Fill the LUT below the low and above the high parameters of WindowLevelFillLookupTable and everything in between.
0x00000010Linear Lookup table is linear
0x00000020Exponential Lookup table is exponential
0x00000030Logarithmic Lookup table is logarithmic
0x00000040Sigmoid Lookup table is sigmoid
0x00000100Signed The lookup table data is signed
0x00001000DicomStyle Fill using the startColor and endColor parameters of WindowLevelFillLookupTable colors only.
Remarks

These flags have a FlagsAttribute attribute that allows a bitwise combination of its member values. You can use a bitwise OR ( ¦ ) to specify one flag from each group.

Group Flags
Flags that indicate how the range is used to fill the LUT Inside, Outside
Flags that indicate the LUT type Linear, Exponential, Logarithmic, Sigmoid
Flags that indicate whether the LUT contains signed or unsigned data Signed
Flag that indicate whether to fill the LUT using only the startColor and endColor color parameters of WindowLevelFillLookupTable, as used in DICOM applications. DicomStyle
Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

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

Leadtools Assembly

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