PoDoFo 0.9.20
|
#include <PdfShadingPattern.h>
Public Member Functions | |
PdfFunctionBaseShadingPattern (PdfDocument &doc, const PdfColor &llCol, const PdfColor &ulCol, const PdfColor &lrCol, const PdfColor &urCol, const PdfArray &matrix) | |
![]() | |
const PdfName & | GetIdentifier () const |
Additional Inherited Members | |
![]() | |
PdfShadingPattern (PdfDocument &doc, PdfShadingPatternType shadingType) | |
A shading pattern that is an 2D shading between four colors.
PdfFunctionBaseShadingPattern::PdfFunctionBaseShadingPattern | ( | PdfDocument & | doc, |
const PdfColor & | llCol, | ||
const PdfColor & | ulCol, | ||
const PdfColor & | lrCol, | ||
const PdfColor & | urCol, | ||
const PdfArray & | matrix ) |
Create an 2D shading pattern
doc | the parent |
llCol | the color on lower left corner |
ulCol | the color on upper left corner |
lrCol | the color on lower right corner |
urCol | the color on upper right corner |
matrix | the transformation matrix mapping the coordinate space specified by the Domain entry into the shading's target coordinate space |