Description: Using VB to implement ARGB, the method is very simple.
Background R * (1 - A / 255) + image R * (A / 255)
Background G * (1 - A / 255) + image G * (A / 255)
Background B * (1 - A / 255) + image B * (A / 255)
Although the image processing is more slow...
To Search:
File list (Check if you may need any files):
Form1.frx
Module1.bas
工程1.vbp
工程1.vbw
Form1.frm