Change each pixel color to a complementary value
Syntax
'Declaration
Public Function AutoInvertImage( _
ByVal 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
)
public function AutoInvertImage(
: System.Integer
): System.Integer;
public function AutoInvertImage(
: System.int
) : System.int;
public:
System.int AutoInvertImage(
System.int
)
Parameters
- Threshold
- Minimum percentage of black or dark pixels in the image to be inverted
See Also