IColor.Lighten method

Version 1.0.2
.NET Framework 4.7
Namespace Skybrud.Colors
Assembly Skybrud.Colors.dll

Lighten(float)

Increases the lightness of the color based on the specified percent.

public IColor Lighten(float percent)

Parameters

percent Single

The amount of lightness (specified in percent) that should be added to the color.

Returns

A new instance of IColor.