Hey,I'm trying to print out a table of the rgb hexi decimal color pallette for my java website, Can you guys give me a hint on where to start, all i have is the variables so far..
$red = 0x00;
$green = 0x00;
$blue = 0x0
hexadecimal color table
Moderator: General Moderators
Re: hexadecimal color table
Nested loops and bin2hex()