|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
| Leadtools Namespace : RasterPaletteWindowLevelFlags Enumeration |



[FlagsAttribute()] public enum RasterPaletteWindowLevelFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<FlagsAttribute()> Public Enum RasterPaletteWindowLevelFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As RasterPaletteWindowLevelFlags
[FlagsAttribute()] public enum RasterPaletteWindowLevelFlags : System.IComparable, System.IConvertible, System.IFormattable
typedef NS_OPTIONS(NSUInteger, LTRasterPaletteWindowLevelFlags)
Leadtools.RasterPaletteWindowLevelFlags = function() { }; Leadtools.RasterPaletteWindowLevelFlags.prototype = {<br/> LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class RasterPaletteWindowLevelFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| 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. ![]() ![]() ![]() |
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 |
System.Object
System.ValueType
System.Enum
Leadtools.RasterPaletteWindowLevelFlags