lighten

fun lighten(percent: Int): Color(source)

Lighten the color by the specified percent (between 0-100), returning a new instance of Color.

Return

a new lightened version of this color

Parameters

percent

the percent to lighten the Color