An integer value which represents the threshold value to use to solarize the image.
The range is from 0 to 255.
'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 )
Processor Class Processor Members
©2014. Accusoft Corporation. All Rights Reserved.