function stachestack_hex_to_hsv($hex)
{
    _stachestack_deprecated_function(__FUNCTION__, '3.2', 'StacheStack_Color::hex_to_hsv()');
    return StacheStack_Color::hex_to_hsv($hex);
}