←Select platform

AdaptiveContrastCommandType Enumeration

Summary

Enumeration flags that identify the adjustment method.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum AdaptiveContrastCommandType   
Public Enum AdaptiveContrastCommandType  
    
    
public enum AdaptiveContrastCommandType    
typedef NS_ENUM(NSInteger, LTAdaptiveContrastCommandType) 
public enum AdaptiveContrastCommandType 
Leadtools.ImageProcessing.Color.AdaptiveContrastCommandType = function() { }; 
Leadtools.ImageProcessing.Color.AdaptiveContrastCommandType.prototype = {<br/> 
  Exponential = 1, 
    Linear = 2, 
     
 }; 
public enum class AdaptiveContrastCommandType   

Members

ValueMemberDescription
1Exponential Apply exponential adjustment.
2Linear Apply linear adjustment.
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.Color Assembly