omz / ColorSense-for-Xcode

Plugin for Xcode to make working with colors more visual

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Support for CGColorRef

mralexgray opened this issue · comments

Not sure how hard that would be.. Prolly not too bad.. An simple category would handle the color translation.. I havent looked under the hood to see how youre parsing / recognizing the code's context, but thats prolly the hardest aspect of it, no?

Wouldn't be very hard to do, the parsing part is basically just a bunch of regular expressions...
Another thing that could be useful is CGContextSetRGBFill/StrokeColor...