←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#
VB
Objective-C
C++
Java
[FlagsAttribute()] 
public enum DigitalSubtractCommandFlags   
<FlagsAttribute()> 
Public Enum DigitalSubtractCommandFlags  
typedef NS_OPTIONS(NSUInteger, LTDigitalSubtractCommandFlags) 
public enum DigitalSubtractCommandFlags 
[FlagsAttribute()] 
public enum class DigitalSubtractCommandFlags   

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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly