SCSS绝对饱和度

时间:2016-11-23 15:30:48

标签: sass

Out Designer给了我们一个指令"这个颜色需要是'饱和度的8%。原色"他的意思是饱和度为8%。我怎样才能在scss中执行此操作,因为我可以使其饱和或降低饱和度?

$saturation: saturation($primary);

// how can I calculate the amount?
$color1: saturate($primary, $amount);
$color2: desaturate($primary, $amount);

看起来都不合适。

1 个答案:

答案 0 :(得分:0)

您是否在Sass API中引用了saturate?您是否使用了金额的百分比?

http://sass-lang.com/documentation/Sass/Script/Functions.html#saturate-instance_method