module Sass::Script::Functions
def opacify(color, amount)
-
(ArgumentError)
- If `color` isn't a color,
Other tags:
- See: #transparentize -
Returns:
-
(Color)
-
Parameters:
-
amount
(Number
) -- -
color
(Color
) --
def opacify(color, amount) adjust(color, amount, :alpha, 0..1, :+) end