Search Tools Links Login

Add a color filter to a picture


Visual Basic 6, or VB Classic

With this few lines of code you can simply add a color filter to a picture (see the ScreenShot!!!). The code is simple and very well comented. Enjoy

Original Author: Ivan Uzunov

API Declarations

Private Declare Function GetPixel Lib "gdi32" (ByVal hdc As Long, ByVal X As Long, ByVal Y As Long) As Long
Private Declare Function SetPixel Lib "gdi32" (ByVal hdc As Long, ByVal X As Long, ByVal Y As Long, ByVal crColor As Long) As Long

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 102 times

Categories

Visual Basic 6

Attachments

Add a colo24210872001.zip
Posted: 9/3/2020 3:45:00 PM
Size: 13,007 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.