-
Notifications
You must be signed in to change notification settings - Fork 472
Color Matching
Roger Hu edited this page Oct 18, 2017
·
6 revisions
You may have noticed that The native color picker in Xcode seems a little off sometimes. One work around is to use the Digital Color Meter in OS X and then manually type the RGB into Xcode.
- Set Digital Color Meter to sRGB
- Hover over the color you want and use, cmd + L to lock in color.
-
Choose "Other" from the dropdown color menu.
-
Select the RGB Sliders tab.
-
Click the little gear and select, Generic RGB from the dropdown menu.
- Finally, you will need to manually enter the RGB values from the Digital Color Meter into the Xcode RGB value boxes.