←Select platform

Type Property

Summary

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.

Syntax

C#
VB
Java
Objective-C
C++
public GrayScaleToDuotoneCommandMixingType Type { get; set; } 
@property (nonatomic, assign) LTGrayScaleToDuotoneCommandMixingType type 
public GrayScaleToDuotoneCommandMixingType getType() 
public void setType(GrayScaleToDuotoneCommandMixingType value) 
             

Property Value

Value that indicates whether the new colors replace the old colors, or the new colors will be mixed with the old colors.

Example

Refer to GrayScaleToMultitoneCommand.

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