gradient

Build Status

A command-line tool for playing with color gradients.

gradient-cli-tool

Features

Installation

gradient can be installed with cargo.

shell cargo install gradient

Usage

gradient [OPTIONS]

Options:

Preset gradient

Custom gradient

Gradient file

COLOR can be specified using CSS color format.

Usage Examples

Get 100 colors (evenly spaced accross gradient domain) from rainbow preset gradient.

shell gradient -p rainbow -t 100

Display all gradients from svg file.

shell gradient -f file.svg

Create custom gradient.

shell gradient -c gold ff4700 'rgb(90,230,170)' 'hsl(340,50%,50%)' 'hsv(270,60%,70%)' 'hwb(230,50%,0%)'

TODO add more examples