VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Function to perform 24-bit alpha blending between two 24-bit colors. Also provides function using G

Michael A. Seel  (4 Submissions)   Graphics   Visual Basic 5.0   Unknown Difficulty   Wed 15th November 2000   Mon 8th February 2021

Function to perform 24-bit alpha blending between two 24-bit colors. Also provides function using GetPixel and SetPixel API calls to blend

API Declarations


Public Declare Function SetPixel Lib "gdi32" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, ByVal crColor As Long) As Long


Rate Function to perform 24-bit alpha blending between two 24-bit colors. Also provides function using G (1(1 Vote))
Function to perform 24-bit alpha blending between two 24-bit colors. Also provides function using G.bas

Function to perform 24-bit alpha blending between two 24-bit colors. Also provides function using G Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters