Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorSpaceRestrictor.php88 if (!isset($this->mpdf->spotColorIDs[$c[1]])) {
89 throw new \Mpdf\MpdfException('Error: Spot colour has not been defined - ' . $this->mpdf->spotColorIDs[$c[1]]);
94 $PDFAXwarnings[] = "Spot color specified '" . $this->mpdf->spotColorIDs[$c[1]] . "' (converted to process color)";
97 $sp = $this->mpdf->spotColors[$this->mpdf->spotColorIDs[$c[1]]];
101 $sp = $this->mpdf->spotColors[$this->mpdf->spotColorIDs[$c[1]]];
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php256 var $spotColorIDs;
3352 $this->spotColorIDs[$i] = $name;
265 var $spotColorIDs; global() variable in Mpdf\\Mpdf