Click or drag to resize

RadialPatternFunctions Property

Gets or sets a 1-in, n-out function or an array of n 1-in, 1-out functions where n is the number of color components in the shading color space. The function(s) are called with values of the parametric variable t in the domain defined by the Lowest and Highest properties.

Namespace: Patagames.Pdf.Net.Patterns
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntax
public override IEnumerable<PdfFunction> Functions { get; set; }

Property Value

IEnumerablePdfFunction
See Also