Files
tldr/pages.zh/common/pastel.md

24 lines
496 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# pastel
> 生成、分析、转换和操作颜色。
> 更多信息:<https://github.com/sharkdp/pastel>。
- 将颜色从一种格式转换为另一种格式。这里是从 RGB 到 HSL
`pastel format {{hsl}} {{ff8000}}`
- 在终端上显示和分析颜色:
`pastel color "{{rgb(255,50,127)}}"`
- 从屏幕上的某个地方选择颜色:
`pastel pick`
- 生成一组 N 种视觉上不同的颜色:
`pastel distinct {{8}}`
- 列出所有 X11/CSS 颜色名称:
`pastel list`