#include <PdfShadingPattern.h>
List of all members.
Public Member Functions |
| PdfFunctionBaseShadingPattern (const PdfColor &rLL, const PdfColor &rUL, const PdfColor &rLR, const PdfColor &rUR, const PdfArray &rMatrix, PdfVecObjects *pParent) |
| PdfFunctionBaseShadingPattern (const PdfColor &rLL, const PdfColor &rUL, const PdfColor &rLR, const PdfColor &rUR, const PdfArray &rMatrix, PdfDocument *pParent) |
Detailed Description
A shading pattern that is an 2D shading between four colors.
Constructor & Destructor Documentation
Create an 2D shading pattern
- Parameters:
-
| rLL | the color on lower left corner |
| rUL | the color on upper left corner |
| rLR | the color on lower right corner |
| rUR | the color on upper right corner |
| rMatrix | the transformation matrix mapping the coordinate space specified by the Domain entry into the shading’s target coordinate space |
| pParent | the parent |
Create an 2D shading pattern
- Parameters:
-
| rLL | the color on lower left corner |
| rUL | the color on upper left corner |
| rLR | the color on lower right corner |
| rUR | the color on upper right corner |
| rMatrix | the transformation matrix mapping the coordinate space specified by the Domain entry into the shading’s target coordinate space |
| pParent | the parent |