VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Fast Alpha Blend and Realtime Fade

by Scythe (20 Submissions)
Category: Graphics
Compatability: Visual Basic 5.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

Its a simple and real fast Alphablend routine in pure VB. Now its faster and i added realtime Fade.

API Declarations
Private Declare Function GetDIBits Lib "gdi32" (ByVal aHDC As Long, ByVal hBitmap As Long, ByVal nStartScan As Long, ByVal nNumScans As Long, lpBits As Any, lpBI As BITMAPINFO, ByVal wUsage As Long) As Long
Private Declare Function SetDIBits Lib "gdi32" (ByVal hdc As Long, ByVal hBitmap As Long, ByVal nStartScan As Long, ByVal nNumScans As Long, lpBits As Any, lpBI As BITMAPINFO, ByVal wUsage As Long) As Long

Rate Fast Alpha Blend and Realtime Fade

Download Fast Alpha Blend and Realtime Fade

Download Fast Alpha Blend and Realtime Fade (39 KB)

Fast Alpha Blend and Realtime Fade Comments

No comments have been posted about Fast Alpha Blend and Realtime Fade. Why not be the first to post a comment about Fast Alpha Blend and Realtime Fade.

Post your comment

Subject:
Message:
0/1000 characters