Skip to content

ndavd/colinterp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colinterp

Web

A web version of this CLI is available using Web Assembly (WASM). https://github.com/ndavd/colinterp-web

You can try it at: https://colinterp.vercel.app

CLI

colinterp v0.1.1
Nuno David <email@ndavd.com>

colinterp linearly interpolates 2 colors to generate a palette.


USAGE:
    colinterp [COLOR] [COLOR] [N]

ARGS:
    [COLOR] A color in hexadecimal format (#rrggbb)
    [N]     Number of colors in the generated palette

Installing

cargo install colinterp

Building from source

git clone "https://github.com/ndavd/colinterp"
cd colinterp
cargo build --release
./target/release/colinterp

About

A Rust CLI that linearly interpolates 2 colors to generate a palette.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages