pastel-random - Man Page
Generate a list of random colors
Synopsis
Description
Generate a list of random colors.
Example:
pastel random -n 20 --strategy lch_hue
Options
- -s, --strategy
Randomization strategy:
vivid: random hue, limited saturation and lightness values
rgb: samples uniformly in RGB space
gray: random gray tone (uniform)
lch_hue: random hue, fixed lightness and chromaDefault strategy: 'vivid'
- -n, --number <count> [default: 10]
Number of colors to generate
- -h, --help
Print help (see a summary with '-h')
Referenced By
random