jwaitzel / SuggestedColors

Xcode Plugin for replacing the system suggested colors
80 stars 10 forks source link

Color is setting the wrong color profile. #3

Closed prince-ugwuh-volusion closed 9 years ago

prince-ugwuh-volusion commented 9 years ago

I'm seeing an issue where when I select a color from the list. It sets the color but its darker. When I found out the reason from http://stackoverflow.com/questions/14578759/wrong-color-in-interface-builder. I notice it is continuously setting the wrong color profile when it should be on generic rgb. When I set the color manually its fine. I like the tool can you look into this issue?

dral3x commented 9 years ago

Same here. + 1 for fixing this

jwaitzel commented 9 years ago

Let me know if it's fixed now. I change NSColor to CalibratedColor... but not sure.

dral3x commented 9 years ago

It works! Thank you @jwaitzel !