←Select platform

AdaptiveContrastCommandType Enumeration

Summary
Enumeration flags that identify the adjustment method.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum AdaptiveContrastCommandType   
typedef NS_ENUM(NSInteger, LTAdaptiveContrastCommandType) { 
 LTAdaptiveContrastCommandTypeExponential = 0x0001,  
 LTAdaptiveContrastCommandTypeLinear = 0x0002 
}; 
public final class AdaptiveContrastCommandType 
    extends java.lang.Enum<AdaptiveContrastCommandType> 
public enum class AdaptiveContrastCommandType   
class AdaptiveContrastCommandType(Enum): 
   Exponential = 1 
   Linear = 2 
Members
ValueMemberDescription
1Exponential Apply exponential adjustment.
2Linear Apply linear adjustment.
Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.