View Single Post
  #1  
Old 02-06-2009, 06:46 AM
Nunk's Avatar
Nunk Nunk is offline
Ezudian
 
Join Date: Jul 2008
Location: Wilderness
Posts: 385
Reputation: 345
Nunk is a jewel in the roughNunk is a jewel in the roughNunk is a jewel in the roughNunk is a jewel in the rough
[VB6 SRC] Super fast color finding using GetDiBits

Hello, this thing can scan the whole RS screen in under 100 ms for checking color match at any pixel. With GetPixel it takes like 2 seconds so this is very fast.
Its so fast because I use GetDiBits so it uses display driver's memory.

This example is a basic color finder. I didn't add any commenting, because comments are for noobs and noobs can't use this.

VB6 Source here
Screenshot lol

Btw with this you can make as effective macros as SCAR is.. Plz credits if you use this for something :)
Reply With Quote