Linux command
colorpicker 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch color picker
colorpicker
Pick color and output
colorpicker --format [hex|rgb|hsl]
Copy picked color
colorpicker --clipboard
说明
colorpicker is a command-line tool for picking colors from the screen. It allows you to select any pixel on your display and get its color value in various formats. Useful for designers and developers who need to quickly sample colors from existing interfaces or images.
参数
- --format _format_
- Output format: hex, rgb, hsl.
- --clipboard
- Copy result to clipboard.
FAQ
What is the colorpicker command used for?
colorpicker is a command-line tool for picking colors from the screen. It allows you to select any pixel on your display and get its color value in various formats. Useful for designers and developers who need to quickly sample colors from existing interfaces or images.
How do I run a basic colorpicker example?
Run `colorpicker` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --format _format_ do in colorpicker?
Output format: hex, rgb, hsl.