ColorSense-for-Xcode icon indicating copy to clipboard operation
ColorSense-for-Xcode copied to clipboard

Feature request: Support for CGColorRef

Open mralexgray opened this issue 11 years ago • 1 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?

mralexgray avatar Sep 09 '12 11:09 mralexgray

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...

omz avatar Sep 09 '12 11:09 omz