Hello, I took the liberty of making some modifications with the help of some posts here on the forum.
The objective is to select an image on the computer and also be able to copy it from the internet and place it with the paste button (CTRL+V).
When you click on the palette list, we copy the color code to the Windows clipboard.
If you click on any part of the image, we also identify the color and copy the code to the Windows clipboard.
This feature was developed in B4J for an application that needed to capture the color of a pixel and display it in RGB by default. Clicking on it displays the colors in hexadecimal and other formats.
This feature was developed in B4J for an application that needed to capture the color of a pixel and display it in RGB by default. Clicking on it displays the colors in hexadecimal and other formats.
Hi everyone! I'd like to share a Color Picker tool I built with B4J. It lets you hover the mouse over any pixel on the screen and copy the color value to the clipboard. How it works: Run the app (or build it as a standalone .exe using Project > Build Standalone Package) A small overlay...