I want to get the individual values from a UIColor. Unsure how to do it?
There's a function called HSL2RGB() in the GLPaint sample code from Apple that'll do what you want. A comment above the function points you to Wikipedia for an explanation of the code, which may help you understand what's going on.