saturate

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

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

Return

a new saturated version of this color

Parameters

percent

the percent to saturate the Color