
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-keypresstry on your machineexplain this command
-
colorpicker:tldr:25a93 colorpicker: Only print the RGB value.$ colorpicker --rgbtry on your machineexplain this command
-
colorpicker:tldr:2ea4c colorpicker: Only print the hexadecimal value.$ colorpicker --hextry on your machineexplain this command
-
colorpicker:tldr:7e57f colorpicker: Launch colorpicker and print the hexadecimal and RGB value of each clicked pixel to `stdout`.$ colorpickertry on your machineexplain this command
-
colorpicker:tldr:f3a7a colorpicker: Only print the color of one clicked pixel and then exit.$ colorpicker --one-shottry on your machineexplain this command