Other format color helpers - vote
Closed this issue · 1 comments
jasonm23 commented
Possible formats...
- Objective C / Cocoa
UIColor * color = [UIColor colorWithRed:255/255.0f green:204/255.0f blue:0/255.0f alpha:1.0f];
// or...
UIColor * color = [UIColor colorWithRed: 1.0f green: 0.9f blue: 0.0f alpha: 1.0f];
Ideally I would be able to pull request color matchers to be added to rainbow-mode. (Kurecolor isn't much good without it.)
Feel free to add suggestions (if it's even slightly obscure always provide a link to/excerpt from documentation of the format.)
jasonm23 commented
Swift