Accusoft.ImagXpress13.Net
Parabolic Method




The ParabolicType to use to transform the image.
Modifies the image by the given ParabolicType.
Syntax
'Declaration
 
Public Sub Parabolic( _
   ByVal type As ParabolicType _
) 
'Usage
 
Dim instance As Processor
Dim type As ParabolicType
 
instance.Parabolic(type)
public void Parabolic( 
   ParabolicType type
)
public: void Parabolic( 
   ParabolicType type
) 
public:
void Parabolic( 
   ParabolicType type
) 

Parameters

type
The ParabolicType to use to transform the image.
Remarks

The Parabolic method adjusts the brightness of the image based on either a convex or concave parabolic transform, as specified. The convex parabolic transform darkens the pixels at the high and low range of the image's brightness spectrum, and brightens the pixels in the middle range. The concave parabolic transform brightens the pixels at the high and low range of the image's brightness spectrum, and darkens pixels in the mid-range.

See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback