brighter
Description
Returns a color that is one shade brighter than the color given as an argument. Note that if you pass in a fully saturated color, like (255,0,0), it cannot be made brighter.
Syntax
brighter( color )
Examples
brighter(color(100,150,250)) //returns the color (142,214,255)