←Select platform

VoiLookupTableCommandFlags Enumeration

Summary
This enumeration contains all Types needed to indicate which color space is selected.
Syntax
C#
Objective-C
C++/CLI
Java
Python
[FlagsAttribute()] 
public enum VoiLookupTableCommandFlags   
typedef NS_OPTIONS(NSUInteger, LTVoiLookupTableCommandFlags) 
public final class VoiLookupTableCommandFlags 
    extends java.lang.Enum<VoiLookupTableCommandFlags> 
[FlagsAttribute()] 
public enum class VoiLookupTableCommandFlags   
class VoiLookupTableCommandFlags(Enum): 
   None = 0 
   UpdateMinMax = 1 
   ReverseOrder = 2 
   PaintOnly = 4 
   IgnoreExistingPalette = 8 
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 22.0.2023.11.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.