commands.sh

ppmwheel

all

Generate a PPM image of a color wheel.

More info →

Options (2)

boolean

Generate a color wheel of type `Hue-value`

Example: ppmwheel {{[-huev|-huevalue]}} {{diameter}} > {{path/to/output.ppm}}
boolean

Generate a color wheel of type `Hue-saturation`

Example: ppmwheel {{[-hues|-huesaturation]}} {{diameter}} > {{path/to/output.ppm}}

Examples (3)

Generate a color wheel of type `Ppmcirc`

ppmwheel diameter > path/to/output.ppm

Generate a color wheel of type `Hue-value`

ppmwheel [-huev|-huevalue] diameter > path/to/output.ppm

Generate a color wheel of type `Hue-saturation`

ppmwheel [-hues|-huesaturation] diameter > path/to/output.ppm
made by @shridhargupta | data from tldr-pages