1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 22:55:39 +02:00
tldr/pages/common/ppmwheel.md

17 lines
468 B
Markdown
Raw Normal View History

# ppmwheel
> Generate a PPM image of a color wheel.
> More information: <https://netpbm.sourceforge.net/doc/ppmwheel.html>.
- 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}}`