Forrest logo
back to context overview

colorpicker

List of commands for colorpicker:

  • colorpicker:tldr:00921 colorpicker: Print the color of each clicked pixel and quit when a key is pressed.
    $ colorpicker --quit-on-keypress
    try on your machine
    explain this command
  • colorpicker:tldr:25a93 colorpicker: Only print the RGB value.
    $ colorpicker --rgb
    try on your machine
    explain this command
  • colorpicker:tldr:2ea4c colorpicker: Only print the hexadecimal value.
    $ colorpicker --hex
    try on your machine
    explain this command
  • colorpicker:tldr:7e57f colorpicker: Launch colorpicker and print the hexadecimal and RGB value of each clicked pixel to `stdout`.
    $ colorpicker
    try on your machine
    explain this command
  • colorpicker:tldr:f3a7a colorpicker: Only print the color of one clicked pixel and then exit.
    $ colorpicker --one-shot
    try on your machine
    explain this command
back to context overview