From 07d5e34fe69f0bb83c0c0a4ea5c27140476eeed5 Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 3 Oct 2011 13:05:07 +0200 Subject: [PATCH] 5.9.125 --- spotcolors.php | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/spotcolors.php b/spotcolors.php index c7e1671..b5920ba 100755 --- a/spotcolors.php +++ b/spotcolors.php @@ -1,13 +1,13 @@ array(0, 20, 100, 0, 'Pantone 116 C'), - 'pantone288c' => array(100, 60, 10, 5, 'Pantone 288 C'), - 'hks16k' => array(30, 100, 90, 10, 'HKS 16 K'), + // the following are just examples, fill the array with your own values + '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'), // ... );