Easy color picker for your projects. Just install it and all your hex/rgb colors will be recognized as colors.
Write in hex format #000 or #000000 or rgb(0,0,0), rgba(0,0,0,0)
Click on square near your color to activate picker.
Easy color picker for your projects. Just install it and all your hex/rgb colors will be recognized as colors.
A tiny color picker for Visual Studio 2022 that detects color literals in your code and lets you edit them in place.
What it recognizes:
#abc, #aabbcc, #aabbccdd in any case
rgb(r, g, b) / rgba(r, g, b, a) in any case
WinAPI macro RGB(r, g, b) (C/C++)
How to use
Open a file that contains any of the literals above (or write, for example #000).
A small color square appears right before each color. Click the square.
In the picker window:
Left panel: big gradient square to pick saturation/brightness.
Narrow vertical bar: hue selector.
Right panel: R, G, B sliders and an A (alpha) slider.