Color Detector Software Source Code

Overview

Color Detector is a software that picks/capture colors from the screen using the mouse pointer. Useful for designers, photographers and programmers.
It was written in C# (.NET 4.6). Source code included.

Features

  • 100% open-source and documented.
  • Built from scratch, easy to understand, edit and compile.
  • Get HEX and RGB values of the color.
  • Hotkeys avaliable: (F5: Freeze/Unfreeze capture) / (F6: Copy HEX value to clipboard) / (F7: Copy RGB value to clipboard)
  • Include ‘About Box’ with software and company informations.
  • PDF Manual included.
  • And much more…

Requirements

  • Visual Studio 2015 (To edit the source and compile the project) 
  • .NET Framework 4.6 or higher

Related