Ejemplo n.º 1
0
function stachestack_mix_colors($hex1, $hex2, $percentage)
{
    _stachestack_deprecated_function(__FUNCTION__, '3.2', 'StacheStack_Color::mix_colors()');
    return StacheStack_Color::mix_colors($hex1, $hex2, $percentage);
}