Home
last modified time | relevance | path

Searched refs:bodyBackgroundColor (Results 1 – 1 of 1) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php349 var $bodyBackgroundColor;
2258 if ($this->bodyBackgroundColor) {
2259 $s .= 'q ' . $this->SetFColor($this->bodyBackgroundColor, true) . "\n";
2260 if ($this->bodyBackgroundColor[0] == 5) { // RGBa
2261 $s .= $this->SetAlpha(ord($this->bodyBackgroundColor[4]) / 100, 'Normal', true, 'F') . "\n";
2262 } elseif ($this->bodyBackgroundColor[0] == 6) { // CMYKa
2263 $s .= $this->SetAlpha(ord($this->bodyBackgroundColor[5]) / 100, 'Normal', true, 'F') . "\n";
10164 $this->bodyBackgroundColor = $cor;
10167 $this->bodyBackgroundColor = false;
18493 $this->bodyBackgroundColor
356 var $bodyBackgroundColor; global() variable in Mpdf\\Mpdf
[all...]