-
Which is not a color function?
-
- opaque()
- darken()
- fade()
- lighten()
- None of these
Correct Option: A
LESS provides few functions for adjusting colors. Some of the functions are darken(@color, n%), lighten(@color, n%), fade(@color, n%). Lighten makes the color lighter than its initial value, fade lowers the color density, darken makes the color darker than its initial value.