pastel-random - Man Page

Generate a list of random colors

Synopsis

pastel random [-s|--strategy] [-n|--number] [-h|--help]

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 chroma

Default strategy: 'vivid'

-n,  --number <count> [default: 10]

Number of colors to generate

-h,  --help

Print help (see a summary with '-h')

Referenced By

pastel(1).

random