Forum Moderators: coopster
Google was no help when I tried to search for a function that would seperate a html color into 2 letter pieces. My code allready erases the # -sign in front of the color.
like: #a3f4f4
into: a3 f4 f4
which i could then use like
$c['0']
$c['1']
$c['2']
It needs to be divided for GD's color functions.
Thank you