lang="en-US"> hexadecimal –  Design1online.com, LLC

Tagged: hexadecimal

1

PHP Tutorial: Mixing HEX Colors

<?php /**************** * Purpose: mix two colors together * Precondition: two colors in hex RGB format * Postcondition: a single color returned that’s the combo of the two ****************/ function mixcolors($color1, $color2) { $c1_p1...