LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

RasterPaletteWindowLevelFlags Enumeration






Indicates how the range is used to fill and type of the the lookup table and whether it contains signed or unsigned data. .NET support Silverlight support
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  
Leadtools.RasterPaletteWindowLevelFlags = function() { };
Leadtools.RasterPaletteWindowLevelFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class RasterPaletteWindowLevelFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
DicomStyleFill using the startColor and endColor parameters of RasterPalette.WindowLevelFillLookupTable colors only.
ExponentialLookup table is exponential
InsideFill the lookup table between Low and High. ( inside the Low...High range )
LinearLookup table is linear
LogarithmicLookup table is logarithmic
NoneDefault
OutsideFill the LUT below the low and above the high parameters of RasterPalette.WindowLevelFillLookupTable and everything in between.
SigmoidLookup table is sigmoid
SignedThe lookup table data is signed
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools Namespace

 

 


Products | Support | Contact Us | Copyright Notices

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