←Select platform

VoiLookupTableCommandFlags Enumeration

Summary

This enumeration contains all Types needed to indicate which color space is selected.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[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

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.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly