最佳答案
我正在使用以下代码创建一个颜色对象。
curView.backgroundColor = [[UIColor alloc] initWithHue:229 saturation:40 brightness:75 alpha:1];
如何从创建的颜色对象中检索 RGB 值?