C#
VB
Java
Objective-C
C++
Gets or sets a flag that indicates whether the new colors replace the old colors, or the new colors will be mixed with the old colors.
public GrayScaleToDuotoneCommandMixingType Type { get; set; }
Public Property Type As Leadtools.Imageprocessing.Color.GrayScaleToDuotoneCommandMixingType
@property (nonatomic, assign) LTGrayScaleToDuotoneCommandMixingType type
public GrayScaleToDuotoneCommandMixingType getType()
public void setType(GrayScaleToDuotoneCommandMixingType value)
public:
property Leadtools.Imageprocessing.Color.GrayScaleToDuotoneCommandMixingType Type {
Leadtools.Imageprocessing.Color.GrayScaleToDuotoneCommandMixingType get();
void set ( Leadtools.Imageprocessing.Color.GrayScaleToDuotoneCommandMixingType );
}
Value that indicates whether the new colors replace the old colors, or the new colors will be mixed with the old colors.
Refer to GrayScaleToMultitoneCommand.
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