I was looking to be able to turn any UIColor into a gradient. The way I am intending to do this is by using Core Graphics to draw a gradient. What I am trying to do is to ge
for darker color, this is the simplest: theColor = [theColor shadowWithLevel:s]; //s:0.0 to 1.0