cores_barras.php 955 Bytes
<?
	$white = ImageColorAllocate($i, 255, 255, 255);
	$black = ImageColorAllocate($i, 0, 0, 0);
	$C[sizeof($C)] = ImageColorAllocate($i, 255,   0,   0);
	$C[sizeof($C)] = ImageColorAllocate($i, 255, 255,   0);
	$C[sizeof($C)] = ImageColorAllocate($i,   0, 255,   0);
	$C[sizeof($C)] = ImageColorAllocate($i, 255, 128,   0);
	$C[sizeof($C)] = ImageColorAllocate($i,   0,   0, 255);
	$C[sizeof($C)] = ImageColorAllocate($i, 153, 153, 153);
	$C[sizeof($C)] = ImageColorAllocate($i,   0, 255, 255);	
	$C[sizeof($C)] = ImageColorAllocate($i, 255,   0, 255);			
	$C[sizeof($C)] = ImageColorAllocate($i, 255, 128, 128);				
	$C[sizeof($C)] = ImageColorAllocate($i, 128, 128,   0);					
	$C[sizeof($C)] = ImageColorAllocate($i, 156, 184, 235);						
	$C[sizeof($C)] = ImageColorAllocate($i,   0, 128,  64);							
	$C[sizeof($C)] = ImageColorAllocate($i, 233, 129, 235);								
	$C[sizeof($C)] = ImageColorAllocate($i,  75, 233,   7);									
?>