←Select platform

AutoColorLevelCommandFlags Enumeration

Summary
Enumeration flags that identify whether the method will process the image.
Syntax
C#
VB
Objective-C
C++
Java
[FlagsAttribute()] 
public enum AutoColorLevelCommandFlags   
<FlagsAttribute()> 
Public Enum AutoColorLevelCommandFlags  
typedef NS_OPTIONS(NSUInteger, LTAutoColorLevelCommandFlags) 
public enum AutoColorLevelCommandFlags 
[FlagsAttribute()] 
public enum class AutoColorLevelCommandFlags   
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly

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