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 suggestion: insert colors in RGB (xxx/255)

thiagoperes opened this issue · comments

Hello,

This plugin is simply awesome. I hope Apple incorporate that into XCode by default.

I have a suggestion that might help when working with designers.

Currently all my UIColor code is formatted like that:

[UIColor colorWithRed:181/255.0 green:24/255.0 blue:7/255.0 alpha:1.00f];

And ColorSense doesn't seem to recognize that by default. Would be good if ColorSense could work with that format and input aswell. This is easier because designers are always sending RGB values.

Thanks!

Done. :) 5a53202

You rock, thanks!