Accusoft.ImagXpress13.Net
Solarize Method




An integer value which represents the threshold value to use to solarize the image.

The range is from 0 to 255.

Modifies the image by inverting the pixel values to negative.
Syntax
'Declaration
 
Public Sub Solarize( _
   ByVal threshold As Integer _
) 
'Usage
 
Dim instance As Processor
Dim threshold As Integer
 
instance.Solarize(threshold)
public void Solarize( 
   int threshold
)
public: void Solarize( 
   int threshold
) 
public:
void Solarize( 
   int threshold
) 

Parameters

threshold

An integer value which represents the threshold value to use to solarize the image.

The range is from 0 to 255.

See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback