vividry 0.2.2

A hobbyist rewrite of the `pastel` project
Documentation

vividry

A color palette generator

Installation

For releases through Crates.io

cargo install vividry 

For development releases

cargo install --git https://github.com/vazpera/vividry

Usage

For now, vividry only accepts input colors in the form of hexadecimal values

Subcommands

  • vividry gradient accepts a list of colors and an optional -n or --number flag for specifying number of total colors, which is by default 5
  • vividry convert accepts a list of colors and an optional -t or -to flag for specifying destination format, can be either RGB or HSV, defaults to RGB

Piping and Examples

Piping with vividry leverages xargs, see below

vividry gradient "#ff0000" "#ffff00" -n 15 | xargs vividry convert