Im creating a color object using the following code.
curView.backgroundColor = [[UIColor alloc] initWithHue:229 saturation:40 brightness:75 alpha:1];
How can I retrieve RGB values from the created color object?
feedback
|
These links provide further details: | |||||||
feedback
|
|
In iOS 5 you could use:
| |||
|
feedback
|
Thanks. I had to add the | |||
|
feedback
|