PdfFunction constructor
PdfFunction(})
Implementation
PdfFunction(
PdfDocument pdfDocument, {
this.data,
this.bitsPerSample = 8,
this.order = 1,
this.domain = const <num>[0, 1],
this.range = const <num>[0, 1],
}) : super(pdfDocument);