mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
561 B
Plaintext
22 lines
561 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|