Top  | Previous | Next

Colors / darker

darker(color)

Returns a color that is one shade darker than the color given as an argument.

 

darker(color(100,150,250))

... returns the color (70,105,175)

darker