Exemplo n.º 1
0
function color_saturate($color, $ratio)
{
    return Color::saturate(color_get($color), $ratio);
}