ColorPicker - Get color from any point on the screen
Posted: Sun Sep 23, 2007 2:41 am
Hi, guys.
I found this little freeware DLL (it was hard to find a download location that worked) and I'm using it in one of my projects. It's helping me learn how to use DLLs within Purebasic.
Inside the ZIP file, there's only one function:
You pass the Red, Green and Blue variables as parameters and the DLL will store the RGB values for you whenever you click somewhere on the screen. I found it to be very useful and easy to use.
Since I don't have a place to store the file yet, I put it on RapidShare.
The download link is below. No hard work by me, I just found the DLL (made by Vandog.com which doesn't exist anymore).
DOWNLOAD:
http://rapidshare.com/files/57621351/Co ... r.zip.html
EDIT: The file is updated. The example is a little more practical. Purebasic rules!
I found this little freeware DLL (it was hard to find a download location that worked) and I'm using it in one of my projects. It's helping me learn how to use DLLs within Purebasic.
Inside the ZIP file, there's only one function:
Code: Select all
result.l = PickColor(Red.c, Green.c, Blue.c)
Since I don't have a place to store the file yet, I put it on RapidShare.
The download link is below. No hard work by me, I just found the DLL (made by Vandog.com which doesn't exist anymore).
DOWNLOAD:
http://rapidshare.com/files/57621351/Co ... r.zip.html
EDIT: The file is updated. The example is a little more practical. Purebasic rules!