Wish Color picker

Lucas Siqueira

Active Member
Licensed User
Longtime User

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.

Adjustments made only in B4J.



1774036303338.png
 

Cableguy

Expert
Licensed User
Longtime User

TILogistic

Expert
Licensed User
Longtime User
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.

It's similar to a PowerToys feature.

Using Java functions java.awt.Robot

1774125916844.png
 
Last edited:
Top