Description
PixelInfo is a simple tool that displays information about pixel under mouse cursor.
Usage:- Launch the program focused.
- Move the cursor over a pixel of your interest.
- press Ctrl+C and paste the information into notepad. (Ctrl+V)
Download (ver. 10.1.35)
Executable, 332kB (no installation required)
Zipped executable, 256kB
Requirements
.NET Framework 3.5Output example
Pixel color
-------
Color: 15194315
RGB: 203,216,231
RGB hex: CB,D8,E7
Web: #CBD8E7
Mouse position
-------
Screen: X:720, Y:1184
Current object: X:648, Y:24
Pixel parent information
-------
Process ID: 3660
Object HWND: 65878
Top left corner: X:72, Y:1160
Bottom right corner: X: 1519, Y: 1200
Size: 1447 x 40
Class name: MSTaskListWClass
Object caption: Running applications
Release notes
Release 10.1.35 (25-11-2010)
- Recompiled in Visual Studio 2010
Release 9.3.35 (08-12-2009)
- fix: Works with 64-bit editions of Vista and Windows 7.
- added parent object class name info.
- minor error-handling improvements and code cleanup.