C#
VB
Java
Objective-C
WinRT C#
C++
Enumeration flags that identify the adjustment method.
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
| Value | Member | Description |
|---|---|---|
| 1 | Exponential | Apply exponential adjustment. |
| 2 | Linear | Apply linear adjustment. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
