FunctionBasedShading
Overview
FunctionBasedShading is a class in Aspose.PDF FOSS for .NET.
Inherits from: ShadingBase.
Function-based shading (Type 1, §8.7.4.2).
Properties: AltSpaceName, AntiAlias, BBox, Background, ColorSpaceName, Domain, and 3 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ShadingType | ShadingType | Read | Gets the shading type. |
Domain | double[] | Read | Gets the domain. |
Function | PdfFunction? | Read | Gets the function. |
ColorSpaceName | string | Read | Colour space name for the shading’s output. |
TintTransform | PdfFunction? | Read | Tint-transform function for a /Separation or /DeviceN output colour space, or null for a device colour space. |
AltSpaceName | string? | Read | Alternate colour-space family (“DeviceRGB”/“DeviceCMYK”/“DeviceGray”/“Lab”) that TintTransform produces, or null. |
Background | double[]? | Read | Background colour components, or null if absent. |
BBox | double[]? | Read | Bounding box [xmin, ymin, xmax, ymax], or null if absent. |
AntiAlias | bool | Read | Whether anti-aliasing is requested (advisory). |