You are here: Re: color tints « PHP Programming Language « IT news, forums, messages
Re: color tints

Posted by BKDotCom on 11/21/05 23:47

Suggestion:
replace these 3 lines
$r = hexdec(substr($c,1,2));
$g = hexdec(substr($c,3,2));
$b = hexdec(substr($c,5,2));

with

$c = strreplace('#','',$c); // remove "#" from color string if exists
list($r,$g,$b) = sscanf($c,'%2s%2s%2s');

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация