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) | |
![]() | |
const PdfName & | GetIdentifier () const |
Additional Inherited Members | |
![]() | |
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 |