←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
Java
Objective-C
WinRT C#
C++
[FlagsAttribute()] 
public enum DigitalSubtractCommandFlags   
<FlagsAttribute()> 
Public Enum DigitalSubtractCommandFlags  
    
    
[FlagsAttribute()] 
public enum DigitalSubtractCommandFlags    
typedef NS_OPTIONS(NSUInteger, LTDigitalSubtractCommandFlags) 
public enum DigitalSubtractCommandFlags 
Leadtools.ImageProcessing.Core.DigitalSubtractCommandFlags = function() { }; 
Leadtools.ImageProcessing.Core.DigitalSubtractCommandFlags.prototype = {<br/> 
  None = 0x00000000, 
    ContrastEnhancement = 0x00000001, 
    OptimizeRange = 0x00000002, 
     
 }; 
[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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly