Accusoft.ImagXpress13.Net
Contrast Method




A short value which represents the intensity.

Adjusts the contrast of the image.
Syntax
'Declaration
 
Public Sub Contrast( _
   ByVal intensity As Short _
) 
'Usage
 
Dim instance As Processor
Dim intensity As Short
 
instance.Contrast(intensity)
public void Contrast( 
   short intensity
)
public: void Contrast( 
   short intensity
) 
public:
void Contrast( 
   short intensity
) 

Parameters

intensity

A short value which represents the intensity.

Remarks

Valid values are -100 to 100.

The value of 0 indicates that the contrast remains the same as in the original image.

Values greater than zero increase the contrast in the image. Values less than zero decrease the contra st in the image.

This method uses the same algorithm as AutoContrast, but enables the user to adjust the results of the algorithm by a specified percentage.

See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback