Modifies the image by inverting the pixel values to negative.
Syntax
public void Solarize(
int
)
public: void Solarize(
int
)
public:
void Solarize(
int
)
'Declaration
Public Sub Solarize( _
ByVal As Integer _
)
'Usage
Dim instance As Processor
Dim threshold As Integer
instance.Solarize(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