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

Show in webframe

MidTone Property








Gets or sets information in a class used to adjust the medium tones (midtones).
Syntax
public ColorIntensityBalanceCommandData MidTone {get; set;}
'Declaration
 
Public Property MidTone As ColorIntensityBalanceCommandData
'Usage
 
Dim instance As ColorIntensityBalanceCommand
Dim value As ColorIntensityBalanceCommandData
 
instance.MidTone = value
 
value = instance.MidTone
public ColorIntensityBalanceCommandData MidTone {get; set;}
@property (nonatomic, strong) LTColorIntensityBalanceCommandData *midTone
public ColorIntensityBalanceCommandData getMidTone()
public void setMidTone(ColorIntensityBalanceCommandData value)
            
 <br/>get_MidTone();<br/>set_MidTone(value);<br/>Object.defineProperty('MidTone'); 

Property Value

class that contains values used to adjust the medium tones (midtones).
Example
Refer to ColorIntensityBalanceCommand.
Requirements

Target Platforms

See Also

Reference

ColorIntensityBalanceCommand Class
ColorIntensityBalanceCommand Members

Error processing SSI file