Please answer this simple SPAM challenge: five plus zero? (Example: nine)
When you are using truecolor images, you can also use bitwise operations to generate the color:<?php$color = ($r << 16) | ($g << 8) | $b; // 2261213?>This is identical to the imagecolorallocate() function, in truecolor images!
<< Back to user notes page