Colour Picker 1.1 ( Developer : Nirav Patel )
.ZIP
306 KB

This utility allows you to pick any colour(s) from the screen and lists them along with their RGB values. Colours listed then can be selected and converted to a format of your choice of programming language. Currently it supports RGB, HTML, HEX, CSS, C++, Borland Delphi and Microsoft Visual Basic colour formats. Once you select a colour from the list and the output format you require, you can just copy the colour onto clipboard so it can be pasted to programming language IDE of your choice.

Version 1.1 Release notes

  • Removed the DLL (Dynamic Link Library) keeping just the EXE (Executable) to make it easier for users
  • Added the functionality to remember the state of check box when application is closed
  • Added the functionality to remember the last selection choice of format to copy the colour on the clip board to increase developer's efficiency
  • Fixed a bug when using large font size on windows operating system, controls are not rendered properly
  • Major cosmetic changes to the user interface