Creates a new lighter color of the specified color with specified percent factor.
color | The color to light. |
percent | The lighter factor in % (from 0.0 to 1.0). |
1.0
will return the xtd::drawing::color::black, while a value of 0.0
will return the color.