/*
* About the gradients....
* The basic theory is that they are stops in pairs,
* so you can add as many stops as you will between
* 0.00 (start) and 1.00 (end). The stops are separated
* by a comma "," and a stop is grouped by a value in
* percentage as to make the color darker or lighter
* then the color set for the widget in systemsettings.
* so for example a stop 0.1:10 would make the color
* at the top of the gradient 10 percent lighter and
* a stop 1.0:-10 would make the color at the bottom (end)
* of the gradient 10 percent darker. So a complete example
* of a soft gradient would be "0.1:10, 1.0:-10".
/