|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | com\tecnick\tcpdf |
PHP class for generating PDF documents without requiring external extensions. | |
Variables | |
| $spotcolor | |
Arrays of Spot Colors for TCPDF library
Definition in file spotcolors.php.
| $spotcolor |
array ( 'mytcpdfblack' => array(0, 0, 0, 100, 'My TCPDF Black'), 'mytcpdfred' => array(30, 100, 90, 10, 'My TCPDF Red'), 'mytcpdfgreen' => array(100, 30, 100, 0, 'My TCPDF Green'), 'mytcpdfblue' => array(100, 60, 10, 5, 'My TCPDF Blue'), 'mytcpdfyellow' => array(0, 20, 100, 0, 'My TCPDF Yellow'), )
Array of Spot colors (C,M,Y,K,name) Color keys must be in lowercase and without spaces. As long as no open standard for spot colours exists, you have to buy a colour book by one of the colour manufacturers and insert the values and names of spot colours directly. Common industry standard spot colors are: ANPA-COLOR, DIC, FOCOLTONE, GCMI, HKS, PANTONE, TOYO, TRUMATCH.
Definition at line 48 of file spotcolors.php.