Is there any way to copy three integer (not hex) rgb values in one time from intelij idea color picker?
1 Answer
When you open a color picker, RGB value is usually preselected, so it's enough to hit Ctrl+C to copy it to clipboard:
-
2That es explicitly not the question. He asked how to get the RGB value, NOT the HEX value. Aug 3, 2018 at 8:33
