Increases the lightness of the color based on the specified percent.
percent
public virtual IColor Lighten(float percent)
The amount of lightness (specified in percent) that should be added to the color.
Returns a new instance of IColor.