I want to know how to get the color information of a certain pixel from a picture and using that color for in example the background... how to do this?
Printable View
I want to know how to get the color information of a certain pixel from a picture and using that color for in example the background... how to do this?
Use the GetPixel() API
err sure mind helping me with that than? i never used that before .
Declare Function GetPixel Lib "gdi32.dll" (ByVal hdc As Long, ByVal nXPos As Long, ByVal nYPos As Long) As Long
thanks will check out your example plenderj maybe i will learn more from it than only get pixel :)