PDA

Click to See Complete Forum and Search --> : Alphablend


Yok
Jul 6th, 2001, 09:05 AM
I had read the code about "AlphaBlend" function a few months ago but I don't know the constant value of "AC_SRC_OVER".Who can tell me?:confused:

jim mcnamara
Jul 6th, 2001, 09:18 AM
Here are the AC constants:

Public Const AC_SRC_OVER = &H00
Public Const AC_SRC_ALPHA = &H01
:)