| RGB Color Picker | ||||||||||||||||||||||
| A free source color sampling application. Use RGB Color Picker to sample colors from your Windows Desktop screen - get the HTML color under the mouse cursor (as you do with the eyedropper tool in most paint programs). | ||||||||||||||||||||||
Code submitted by Andy Farrell.
Ah, those little handy programs,..., one could say they are all written in Delphi ;)
Click the 'Pick From Screen' button and it will display the color under the mouse cursor. Click again to 'pick up' that color. There are also options for point sample, which is the color of the pixel directly under the cursor, 3x3 average sample, which is an average of the 9 pixels around the cursor, and similarly a 5x5 average sample. When using the 3x3 or 5x5 average, a magnified version of the pixels being sampled is displayed in a panel on the form.
![]() Note: RGB color picker uses a modified TTrackBar component called TThinTrackbar. |
||||||||||||||||||||||


