Source Code for Color Table Example
Filename: color-table.php
Color Table Example
Color Table Example
"; $r = sprintf("%02X", $y); for($x=0; $x<=240; $x+=8) { $g = sprintf("%02X", $x); print "
"; } print "\n"; } ?>