LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Tone Property

Show in webframe







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)
            
 
get_Tone();
set_Tone(value);
Object.defineProperty('Tone');
public:
property GrayScaleToMultitoneCommandToneType Tone {
   GrayScaleToMultitoneCommandToneType get();
   void set (    GrayScaleToMultitoneCommandToneType value);
}

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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.