Accusoft.ImagXpressSdk Namespace > Processor Class : Parabolic Method |
'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 )
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.