0.1.10 • Published 9 years ago

color-var v0.1.10

Weekly downloads
2
License
-
Repository
github
Last release
9 years ago

Name That Color

A command line utility that uses the library that the name that color project (http://chir.ag/projects/ntc/) and turn it to nice variable.

Install

npm install -g color-var

Usage

You use the command line utility color-var and pass in any color that can be processed by One Color.

$ color-var "#a9d91d"
or
$ color-var "a9d91d"
or
$ color-var a9d91d
or
$ color-var "#eee"
or
$ color-var "rgb(124, 96, 200)"
or
$ color-var "rgb(99%, 40%, 0%)"
or
$ color-var "hsl(120, 75%, 75%)"
or
$ color-var "hsv(220, 47%, 12%)"
or

Note that the Name That Color library does not factor in alpha channel.

Libraries Used

License

This library is released under MIT. The Name That Color library is released under the Creative Commons Attribution 2.5 Generic.

0.1.10

9 years ago

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.0

9 years ago