Creates a new darker color of the specified color with specified percent factor.
color | The color to dark. |
percent | The darker 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.