Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

VoiLookupTableCommandFlags Enumeration








This enumeration contains all Types needed to indicate which color space is selected.
Syntax
[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  
Members
ValueMemberDescription
0x00000000None No Flags
0x00000001UpdateMinMax 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.
0x00000002ReverseOrder If set, the method will fill the image display LookupTable in reverse order (light to dark instead of dark to light).
0x00000004PaintOnly If set, the method will set the LookupTable for paint only, not for image processing.
0x00000008IgnoreExistingPalette If set, the method will exclude any existing LookupTable or palette from the calculations.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.VoiLookupTableCommandFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

Error processing SSI file