colinterp

Crates.iocolinterp
lib.rscolinterp
version0.1.1
sourcesrc
created_at2023-04-21 11:25:29.141339
updated_at2023-04-21 11:25:29.141339
descriptionA Rust CLI that linearly interpolates 2 colors to generate a palette.
homepagehttps://github.com/ndavd/colinterp
repositoryhttps://github.com/ndavd/colinterp
max_upload_size
id845198
size36,316
Nuno David (ndavd)

documentation

README

colinterp

Screenshot

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

Building from source

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

cargo fmt