←Select platform

AutoColorLevelCommandFlags Enumeration

Summary
Enumeration flags that identify whether the method will process the image.
Syntax
C#
Objective-C
C++/CLI
Java
Python
[FlagsAttribute()] 
public enum AutoColorLevelCommandFlags   
typedef NS_OPTIONS(NSUInteger, LTAutoColorLevelCommandFlags) 
public final class AutoColorLevelCommandFlags 
    extends java.lang.Enum<AutoColorLevelCommandFlags> 
[FlagsAttribute()] 
public enum class AutoColorLevelCommandFlags   
class AutoColorLevelCommandFlags(Enum): 
   None = 0 
   NoProcess = 4 
Members
ValueMemberDescription
0x00000000None No change.
0x00000004NoProcess Do not process the image. Just update the Master, Red, Green, and Blue properties with the color leveling information used. The color leveling information used depends on which of the other flags was set with AutoColorLevelCommandFlags.NoProcess. Only one other flag may be set with AutoColorLevelCommandFlags.NoProcess.
Remarks

These flags have a FlagsAttribute attribute that allow a bitwise combination of its member values.

Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly

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