I want to take a color and get a darker color. The color can come in either form that is allowed for colors in Tcl, i.e. blue
or #0000FF
or any other form that tcl recognizes as a color.
Is there a way to do this?
example of what I need, when I get a color, I want to subtract a constant (or a constant part, i.e. * 0.8) from its red, blue and green values to make it a darker shade of the same color.