public static getColorFromPercent ( int percent, double light ) : Color | ||
percent | int | percent that determines the shade between red and green (0 to 100) |
light | double | double from -1 to 1. Values greater zero make the color brighter, lower than zero make the color darker. |
return | Color |