Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 2 种颜色:颜色 X 和颜色 Y。是否有脚本或规则可以找到正确的函数来从颜色 X 中获取颜色 Y?例如:color_Y = darken(@color_X, 10%),我有颜色值,我只想找到 less 函数
这是基本的数学,因为这是 LESS 的基础。鉴于它color_Y比 暗 10% ,因此比 亮10 %color_X是有道理的。color_Xcolor_Y
color_Y
color_X
color_X = lighten(@color_Y, 10%)