function stachestack_brightest_color($colors = array(), $context = 'key')
{
    _stachestack_deprecated_function(__FUNCTION__, '3.2', 'StacheStack_Color::brightest_color()');
    return StacheStack_Color::brightest_color($colors, $context);
}