Hex Colour to RGB
Is there a PHP function that will convert
#000000 to R G B
and Visa-versa
Thanks
MS
Re: Hex Colour to RGB
"MS" <MS [at] nospam.com> schreef in bericht
news:apGdnWdZCOkstNLbnZ2dnUVZ8t-nnZ2d [at] bt.com...
> Is there a PHP function that will convert
>
> #000000 to R G B
>
> and Visa-versa
>
> Thanks
> MS
>
>
see: http://nl3.php.net/manual/en/function.hexdec.php
Re: Hex Colour to RGB
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Luuk wrote:
> see: http://nl3.php.net/manual/en/function.hexdec.php
Specifically, check this comment
http://nl3.php.net/manual/en/function.hexdec.php#53529
- --
Edward Z. Yang GnuPG: 0x869C48DA
HTML Purifier <htmlpurifier.org> Anti-XSS HTML Filter
[[ 3FA8 E9A9 7385 B691 A6FC B3CB A933 BE7D 869C 48DA ]]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFGT0GAqTO+fYacSNoRAnIpAJsFmtt6HoTmNzGiq9KdXUlZWcICggCf XTCZ
yGH3U/JvSU0+x/k0Olbq2qw=
=agRN
-----END PGP SIGNATURE-----
Re: Hex Colour to RGB
> Luuk wrote:
> > see: http://nl3.php.net/manual/en/function.hexdec.php
>
> Specifically, check this comment
> http://nl3.php.net/manual/en/function.hexdec.php#53529
>
Thanks Guys