←Select platform

DigitalSubtractCommandFlags Enumeration

Summary
Flags that indicate the action to take after subtraction has occurred. These flags have a FlagsAttribute attribute that allows a bitwise combination of member values.

Syntax
C#
Objective-C
C++/CLI
Java
Python
[FlagsAttribute()] 
public enum DigitalSubtractCommandFlags   
typedef NS_OPTIONS(NSUInteger, LTDigitalSubtractCommandFlags) 
public final class DigitalSubtractCommandFlags 
    extends java.lang.Enum<DigitalSubtractCommandFlags> 
[FlagsAttribute()] 
public enum class DigitalSubtractCommandFlags   
class DigitalSubtractCommandFlags(Enum): 
   None = 0 
   ContrastEnhancement = 1 
   OptimizeRange = 2 
Members
ValueMemberDescription
0x00000000None No enhancement.
0x00000001ContrastEnhancement Perform a contrast enhancement after applying the subtraction.
0x00000002OptimizeRange Optimize and increase the tonal range of the image after applying the subtraction.
Remarks

You can use a bitwise OR ( | ) to specify one flag from each group.

Value Meaning
ContrastEnhancement Perform a contrast enhancement after applying the subtraction.
OptimizeRange Optimize and increase the tonal range of the image after applying the subtraction.
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.