Cursor Color Grabbing 07-02-2014, 01:07 AM
#1
This snippet lets the user get the color that is located at the cursor.
Hope it helps in anyways possible.
If you have any improvements please leave them below and mention me so I can see it.
Love you HC Brothers/Sisters <3
Code:
Dim BMP As New Drawing.Bitmap(1, 1)
Dim GFX As System.Drawing.Graphics = System.Drawing.Graphics.FromImage(BMP)
GFX.CopyFromScreen(New Drawing.Point(MousePosition.X, MousePosition.Y), New Drawing.Point(0, 0), BMP.Size)
Dim Pixel As Drawing.Color = BMP.GetPixel(0, 0)Hope it helps in anyways possible.
If you have any improvements please leave them below and mention me so I can see it.
Love you HC Brothers/Sisters <3
[username], need some help?, PM me.
![[Image: kjKks6Y.png]](http://i.imgur.com/kjKks6Y.png)
![[Image: kjKks6Y.png]](http://i.imgur.com/kjKks6Y.png)


![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)

![[Image: OilyCostlyEwe.gif]](http://fat.gfycat.com/OilyCostlyEwe.gif)
