|
PoDoFo 0.9.20
|
#include <PdfShadingPattern.h>
Public Member Functions | |
| PdfAxialShadingPattern (PdfDocument &doc, double x0, double y0, double x1, double y1, const PdfColor &start, const PdfColor &end) | |
| Public Member Functions inherited from PoDoFo::PdfShadingPattern | |
| const PdfName & | GetIdentifier () const |
Additional Inherited Members | |
| Protected Member Functions inherited from PoDoFo::PdfShadingPattern | |
| PdfShadingPattern (PdfDocument &doc, PdfShadingPatternType shadingType) | |
A shading pattern that is a simple axial shading between two colors.
| PdfAxialShadingPattern::PdfAxialShadingPattern | ( | PdfDocument & | doc, |
| double | x0, | ||
| double | y0, | ||
| double | x1, | ||
| double | y1, | ||
| const PdfColor & | start, | ||
| const PdfColor & | end ) |
Create an axial shading pattern
| doc | the parent |
| x0 | the starting x coordinate |
| y0 | the starting y coordinate |
| x1 | the ending x coordinate |
| y1 | the ending y coordinate |
| start | the starting color |
| end | the ending color |