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

Show in webframe

Contrast Property (HistogramContrastCommand)








Gets or sets a value that represents the amount of contrast change.
Syntax
public int Contrast {get; set;}
'Declaration
 
Public Property Contrast As Integer
'Usage
 
Dim instance As HistogramContrastCommand
Dim value As Integer
 
instance.Contrast = value
 
value = instance.Contrast
public int Contrast {get; set;}
@property (nonatomic, assign) NSInteger contrast
public int getContrast()
public void setContrast(int value)
            
 <br/>get_Contrast();<br/>set_Contrast(value);<br/>Object.defineProperty('Contrast'); 
public:
property int Contrast {
   int get();
   void set (    int value);
}

Property Value

Value that represents the amount of contrast change. Valid values are -1000 to +1000.
Example
Refer to HistogramContrastCommand.
Requirements

Target Platforms

See Also

Reference

HistogramContrastCommand Class
HistogramContrastCommand Members

Error processing SSI file