ClearImage .NET API
AutoInvertImage Method (CiRepair)





Inlite.ClearImage Namespace > CiRepair Class : AutoInvertImage Method
Minimum percentage of black or dark pixels in the image to be inverted
Change each pixel color to a complementary value
Syntax
'Declaration
 
Public Function AutoInvertImage( _
   ByVal Threshold As System.Integer _
) As System.Integer
'Usage
 
Dim instance As CiRepair
Dim Threshold As System.Integer
Dim value As System.Integer
 
value = instance.AutoInvertImage(Threshold)
public System.int AutoInvertImage( 
   System.int Threshold
)
public function AutoInvertImage( 
    Threshold: System.Integer
): System.Integer; 
public function AutoInvertImage( 
   Threshold : System.int
) : System.int;
public:
System.int AutoInvertImage( 
   System.int Threshold
) 

Parameters

Threshold
Minimum percentage of black or dark pixels in the image to be inverted
See Also

Reference

CiRepair Class
CiRepair Members