使用数字色度计匹配Xcode色彩空间

时间:2015-06-11 18:43:54

标签: xcode colors interface-builder rgb

在Xcode Interface Builder中,我使用Digital Color Meter查找项目的颜色代码,如下所示:

http://i.imgur.com/SFsKoG0.png

(R,G,B)的值为(255,172,40)

然后我选择一个标签来设置它的颜色相同。我按以下步骤进行:

http://i.imgur.com/xGbIV9o.png

但是,现在当我使用数字色度计检测新分配的颜色时,我发现(255,172,40)而不是(253,156,32),而是[same domain as above]/X4yN4qw.png

$(nomTable + " tbody").on('click', 'tr', function (e) { var cell = $(this).parent("td"); var cells = cell.context.cells; var contextData = { "a": cells[0].innerText, "b": cells[2].innerText, "c": cells[3].innerText, "d": cells[5].innerText, "e": cells[6].innerText, "arrayOfColumnXData" : aFunction(this) } }); function aFunction(p){ ...code... } (不幸的是,我没有足够的声誉发布另一个链接)

如何使两个项目的颜色相匹配?

1 个答案:

答案 0 :(得分:1)

在数字色度计中,确保显示下拉菜单设置为"以通用RGB显示。"如果使用Interface Builder,请将颜色设置为以sRGB显示。