←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
Objective-C
C++
Java
public GrayScaleToDuotoneCommandMixingType Type { get; set; } 
Public Property Type As GrayScaleToDuotoneCommandMixingType 
@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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly