LEADTOOLS (Leadtools assembly)

RasterPaletteWindowLevelFlags Enumeration

Show in webframe







Indicates how the range is used to fill and type of the lookup table and whether it contains signed or unsigned data.
Syntax
[FlagsAttribute()]
public enum RasterPaletteWindowLevelFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum RasterPaletteWindowLevelFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As RasterPaletteWindowLevelFlags
[FlagsAttribute()]
public enum RasterPaletteWindowLevelFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
typedef unsigned int LTRasterPaletteWindowLevelFlags;

            
Leadtools.RasterPaletteWindowLevelFlags = function() { };
Leadtools.RasterPaletteWindowLevelFlags.prototype = {
None = 0x00000000, Inside = 0x00000001, Outside = 0x00000002, Linear = 0x00000010, Exponential = 0x00000020, Logarithmic = 0x00000030, Sigmoid = 0x00000040, Signed = 0x00000100, DicomStyle = 0x00001000, };
[FlagsAttribute()]
public enum class RasterPaletteWindowLevelFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneDefault
0x00000001InsideFill the lookup table between Low and High. ( inside the Low...High range )
0x00000002OutsideFill the LUT below the low and above the high parameters of RasterPalette.WindowLevelFillLookupTable and everything in between.
0x00000010LinearLookup table is linear
0x00000020ExponentialLookup table is exponential
0x00000030LogarithmicLookup table is logarithmic
0x00000040SigmoidLookup table is sigmoid
0x00000100SignedThe lookup table data is signed
0x00001000DicomStyleFill using the startColor and endColor parameters of RasterPalette.WindowLevelFillLookupTable colors only.
Remarks
These flags have a System.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 RasterPalette.WindowLevelFillLookupTable, as used in DICOM applications. DicomStyle
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterPaletteWindowLevelFlags

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.