vividry

Crates.iovividry
lib.rsvividry
version0.2.2
created_at2025-07-28 23:06:34.502054+00
updated_at2025-07-30 03:25:18.257325+00
descriptionA hobbyist rewrite of the `pastel` project
homepagehttps://github.com/vazpera/vividry
repositoryhttps://github.com/vazpera/vividry
max_upload_size
id1771700
size17,132
Vaspera (Vazpera)

documentation

README

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
Commit count: 0

cargo fmt