<?php /* OpenDataBag - Data Web Interface Copyright (C) 2004 Nawara This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ $colorset_array['blue'][] = imagecolorallocate($im,20,20,255); $colorset_array['blue'][] = imagecolorallocate($im,30,30,255); $colorset_array['blue'][] = imagecolorallocate($im,40,40,255); $colorset_array['blue'][] = imagecolorallocate($im,50,50,255); $colorset_array['blue'][] = imagecolorallocate($im,60,60,255); $colorset_array['blue'][] = imagecolorallocate($im,70,70,255); $colorset_array['blue'][] = imagecolorallocate($im,80,80,255); $colorset_array['blue'][] = imagecolorallocate($im,100,100,255); $colorset_array['blue'][] = imagecolorallocate($im,110,110,255); $colorset_array['blue'][] = imagecolorallocate($im,120,120,255); $colorset_array['blue'][] = imagecolorallocate($im,130,130,255); $colorset_array['blue'][] = imagecolorallocate($im,150,150,255); $colorset_array['blue'][] = imagecolorallocate($im,180,180,255); $colorset_array['blue'][] = imagecolorallocate($im,190,190,255); $colorset_array['blue'][] = imagecolorallocate($im,200,200,255); $colorset_array['blue'][] = imagecolorallocate($im,210,210,255); $colorset_array['blue'][] = imagecolorallocate($im,220,220,255); $colorset_array['blue'][] = imagecolorallocate($im,230,230,255); $colorset_array['blue'][] = imagecolorallocate($im,240,240,255); ?>