darker
Description
Returns a color that is one shade darker than the color given as an argument.
Syntax
darker( color )
Examples
darker(color(
100
,
150
,
250
))
//returns the color (70,105,175)
Returns a color that is one shade darker than the color given as an argument.
darker( color )
darker(color(
100
,
150
,
250
))
//returns the color (70,105,175)