Skip to content

Commit

Permalink
docs: amend luminocity factor description
Browse files Browse the repository at this point in the history
  • Loading branch information
ozwaldorf committed Jul 8, 2023
1 parent fab976f commit 00a5a37
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/bin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ struct LutArgs {
)]
#[clap(global = true)]
nearest: usize,
/// Luminocity factor for RBF based algorithms. Used for weighting luminocity when computing
/// color distances and weights.
/// Luminocity factor. Used for weighting luminocity vs color when computing color distances.
///
/// Factors greater than 1 will result in more "greyscale" colors, and factors less than 1
/// gives a more colorful hald clut.
#[arg(
long = "lum",
default_value_t = 1.0,
Expand Down

0 comments on commit 00a5a37

Please sign in to comment.