gradient

A command-line tool to play with color gradient.

gradient-cli-tool

Installing

$ cargo install gradient

Usage

``` gradient A command-line color gradient tool.

USAGE: gradient [FLAGS] [OPTIONS]

FLAGS: -h, --help Prints help information --list-presets List preset names -V, --version Prints version information

OPTIONS: -b, --background Background color [default: checkerboard] -m, --blend-mode Custom gradient blending mode [default: rgb] [possible values: rgb, linear-rgb, hsv, oklab] -c, --custom ... Custom gradient -H, --height Gradient display height [default: 2] -i, --interpolation Custom gradient interpolation mode [default: linear] [possible values: linear, basis, catmull-rom] -p, --preset Preset gradients -s, --sample ... Get color at t -t, --take Get n colors evenly spaced across gradient -W, --width Gradient display width [default: terminal width] ```