UITableViewCellSelectionStyleGray的RGB值是什么? HEX值也很受欢迎。
答案 0 :(得分:7)
使用Pixie
(Apple Downloads For Apple Developers
- > Graphics Tools For Xcode
下的Apple开发人员中心提供的应用程序),并对UITableViewCell
中的selected
进行抽样1}} selectionStyle
属性设置为UITableViewCellSelectionStyleGray
的状态,0.85
,red
和green
的sRGB值为blue
。< / p>
乘以255
(转换为RGB)会为每个产生216.75
。使用&#34; RGB-to-HEX转换&#34; http://www.javascripter.net/faq/rgbtohex.htm处的工具和输入217
会产生十六进制值D9D9D9
。