Namespace: BitMiracle.Docotic.Pdf
public PdfExponentialFunction( PdfDocument document, double exponent, double[] domain )
Public Sub New ( document As PdfDocument, exponent As Double, domain As Double() )
Each input value x will return n values, given by yj = C0j + xN * (C1j − C0j), for 0 ≤ j < n. Where N is the interpolation exponent specified by exponent parameter.
C0 and C1 are assumed to have default values of [ 0.0 ] and [ 1.0 ] respectively.
Since the range of the function is not set, output values won't be clipped.