Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

Tone Property








Gets or sets a flag that indicates the number of colors to add to the grayscale image.
Syntax
public GrayScaleToMultitoneCommandToneType Tone {get; set;}
'Declaration
 
Public Property Tone As GrayScaleToMultitoneCommandToneType
'Usage
 
Dim instance As GrayScaleToMultitoneCommand
Dim value As GrayScaleToMultitoneCommandToneType
 
instance.Tone = value
 
value = instance.Tone
public GrayScaleToMultitoneCommandToneType Tone {get; set;}
@property (nonatomic, assign) LTGrayScaleToMultitoneCommandToneType tone
public GrayScaleToMultitoneCommandToneType getTone()
public void setTone(GrayScaleToMultitoneCommandToneType value)
            
 <br/>get_Tone();<br/>set_Tone(value);<br/>Object.defineProperty('Tone'); 

Property Value

Value that indicates the number of colors to add to the grayscale image.
Example
Refer to GrayScaleToMultitoneCommand.
Requirements

Target Platforms

See Also

Reference

GrayScaleToMultitoneCommand Class
GrayScaleToMultitoneCommand Members

Error processing SSI file