C#
VB
Java
Objective-C
WinRT C#
C++
This enumeration will contain all Types needed to indicate which color space is selected.
public enum GrayScaleToDuotoneCommandMixingType
Public Enum GrayScaleToDuotoneCommandMixingType
public enum GrayScaleToDuotoneCommandMixingType
typedef NS_ENUM(NSInteger, LTGrayScaleToDuotoneCommandMixingType)
public enum GrayScaleToDuotoneCommandMixingType
Leadtools.ImageProcessing.Color.GrayScaleToDuotoneCommandMixingType = function() { };
Leadtools.ImageProcessing.Color.GrayScaleToDuotoneCommandMixingType.prototype = {<br/>
MixWithOldValue = 0,
ReplaceOldWithNew = 1,
};
public enum class GrayScaleToDuotoneCommandMixingType
Members
Value | Member | Description |
---|---|---|
0 | MixWithOldValue | Mix the old colors with the new ones. |
1 | ReplaceOldWithNew | Replace the old colors with the new ones. |
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