Skip to content
/ rgb Public

Utility for quickly converting hex RGB values to int and float representations

Notifications You must be signed in to change notification settings

tternes/rgb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RGB is a simple command line app for Mac that converts RGB values to their integer and float values.

Examples
========
$ rgb ff6666

  red: 255
green: 102
 blue: 102

  red: 1.000000
green: 0.400000
 blue: 0.400000

[UIColor colorWithRed:1.000000 green:0.400000 blue:0.400000 alpha:1.0f];

About

Utility for quickly converting hex RGB values to int and float representations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published