|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
| Leadtools.ImageProcessing.Core Namespace : VoiLookupTableCommandFlags Enumeration |
[FlagsAttribute()] public enum VoiLookupTableCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<FlagsAttribute()> Public Enum VoiLookupTableCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As VoiLookupTableCommandFlags
[FlagsAttribute()] public enum VoiLookupTableCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
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 : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| 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. ![]() ![]() ![]() ![]() |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.VoiLookupTableCommandFlags