←Select platform

Tone Property

Summary

Gets or sets a flag that indicates the number of colors to add to the grayscale image.

Syntax
C#
VB
Objective-C
C++
Java
public GrayScaleToMultitoneCommandToneType Tone { get; set; } 
Public Property Tone As GrayScaleToMultitoneCommandToneType 
@property (nonatomic, assign) LTGrayScaleToMultitoneCommandToneType tone 
public GrayScaleToMultitoneCommandToneType getTone() 
public void setTone(GrayScaleToMultitoneCommandToneType value) 

Property Value

Value that indicates the number of colors to add to the grayscale image.

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