/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php function HexToRGB($hex) { } } return $color; } function RGBToHex($r, $g, $b) { //String padding bug found and the solution put forth by Pete Williams (http://snipplr.com/users/PeteW) $hex = "#"; return $hex; } ?>