CmyColor.Lighten method

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

Lighten(float)

Virtual

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

public virtual IColor Lighten(float percent)

Parameters

percent Single

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

Returns

Returns a new instance of IColor.