ColorSenseRainbow icon indicating copy to clipboard operation
ColorSenseRainbow copied to clipboard

Not working for "1.f" value

Open massdonati opened this issue 10 years ago • 3 comments

[UIColor colorWithRed:108/255.f green:108/255.f blue:108/255.f alpha:1.f];

massdonati avatar Sep 29 '15 20:09 massdonati

also not with [UIColor colorWithRed:(float)2/255 green:(float)119/255 blue:(float)189/255 alpha:1.0f]...very old way to write i rarely see - but that not really matter anyway, work fine when i remove (float)

Tj3n avatar Sep 30 '15 01:09 Tj3n

well sometimes you have to deal with old code.. :)

massdonati avatar Sep 30 '15 02:09 massdonati

Hi,

I've just put up a new release on the main branch and I've added support for this. If you would like to try it out and let me know how it is working I'd appreciate it. I reworked all of the regular expressions so that they be easier to maintain and added this in while I made that change.

Reid.

NorthernRealities avatar Jun 12 '16 02:06 NorthernRealities