C#
VB
Java
Objective-C
WinRT C#
C++
This enumeration contains all Types needed to indicate which color space is selected.
[FlagsAttribute()]
public enum VoiLookupTableCommandFlags
<FlagsAttribute()>
Public Enum VoiLookupTableCommandFlags
[FlagsAttribute()]
public enum VoiLookupTableCommandFlags
typedef NS_OPTIONS(NSUInteger, LTVoiLookupTableCommandFlags)
public enum VoiLookupTableCommandFlags
Leadtools.ImageProcessing.Core.VoiLookupTableCommandFlags = function() { };
Leadtools.ImageProcessing.Core.VoiLookupTableCommandFlags.prototype = {<br/>
None = 0x00000000,
UpdateMinMax = 0x00000001,
ReverseOrder = 0x00000002,
PaintOnly = 0x00000004,
IgnoreExistingPalette = 0x00000008,
};
[FlagsAttribute()]
public enum class VoiLookupTableCommandFlags
Members
Value | Member | Description |
---|---|---|
0x00000000 | None | No Flags |
0x00000001 | UpdateMinMax | If set, the method will recalculate MinValue based on the minimum intensity inside the image and recalculate MaxValue based on the maximum intensity inside the image. |
0x00000002 | ReverseOrder | If set, the method will fill the image display LookupTable in reverse order (light to dark instead of dark to light). |
0x00000004 | PaintOnly | If set, the method will set the LookupTable for paint only, not for image processing. |
0x00000008 | IgnoreExistingPalette | If set, the method will exclude any existing LookupTable or palette from the calculations. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET