←Select platform

AutoColorLevelCommandFlags Enumeration

Summary

Enumeration flags that identify whether the method will process the image.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[FlagsAttribute()] 
public enum AutoColorLevelCommandFlags 
<FlagsAttribute()> 
Public Enum AutoColorLevelCommandFlags 
[FlagsAttribute()] 
public enum AutoColorLevelCommandFlags 
typedef NS_OPTIONS(NSUInteger, LTAutoColorLevelCommandFlags)
public enum AutoColorLevelCommandFlags
Leadtools.ImageProcessing.Color.AutoColorLevelCommandFlags = function() { }; 
Leadtools.ImageProcessing.Color.AutoColorLevelCommandFlags.prototype = { 
 
  None = 0x00000000, 
    NoProcess = 0x00000004, 
     
 }; 
[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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Color Assembly
Click or drag to resize