Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/tcpdf/spotcolors.php
Go to the documentation of this file.
00001 <?php
00002 //============================================================+
00003 // File name   : spotcolors.php
00004 // Version     : 1.0.001
00005 // Begin       : 2010-11-11
00006 // Last Update : 2011-10-03
00007 // Author      : Nicola Asuni - Tecnick.com S.r.l - Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com
00008 // License     : GNU-LGPL v3 (http://www.gnu.org/copyleft/lesser.html)
00009 // -------------------------------------------------------------------
00010 // Copyright (C) 2002-2011  Nicola Asuni - Tecnick.com S.r.l.
00011 //
00012 // This file is part of TCPDF software library.
00013 //
00014 // TCPDF is free software: you can redistribute it and/or modify it
00015 // under the terms of the GNU Lesser General Public License as
00016 // published by the Free Software Foundation, either version 3 of the
00017 // License, or (at your option) any later version.
00018 //
00019 // TCPDF is distributed in the hope that it will be useful, but
00020 // WITHOUT ANY WARRANTY; without even the implied warranty of
00021 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
00022 // See the GNU Lesser General Public License for more details.
00023 //
00024 // You should have received a copy of the GNU Lesser General Public License
00025 // along with TCPDF.  If not, see <http://www.gnu.org/licenses/>.
00026 //
00027 // See LICENSE.TXT file for more information.
00028 // -------------------------------------------------------------------
00029 //
00030 // Description : Array of Spot Colors for TCPDF library
00031 //
00032 //============================================================+
00033 
00048 $spotcolor = array (
00049         // the following are just examples, fill the array with your own values
00050         'mytcpdfblack' => array(0, 0, 0, 100, 'My TCPDF Black'),
00051         'mytcpdfred' => array(30, 100, 90, 10, 'My TCPDF Red'),
00052         'mytcpdfgreen' => array(100, 30, 100, 0, 'My TCPDF Green'),
00053         'mytcpdfblue' => array(100, 60, 10, 5, 'My TCPDF Blue'),
00054         'mytcpdfyellow' => array(0, 20, 100, 0, 'My TCPDF Yellow'),
00055         // ...
00056 );
00057 
00058 //============================================================+
00059 // END OF FILE
00060 //============================================================+
 All Data Structures Namespaces Files Functions Variables Enumerations