Beispiel #1
0
function color_parse_hex_string($string)
{
    return Color::parseHexString($string);
}