alphablend
- 网络需要你自己去看的效果
alphablend
-
This requires calling AlphaBlend repeatedly to blend the new image with the old .
它需要重复调用AlphaBlend从老图像渐变成新图像。
-
The problem is that it takes a relatively significant amount of time to actually do the AlphaBlend .
但问题是AlphaBlend实际上花了大量的时间来处理渐变。
-
The alpha in AlphaBlend is a graphics term .
AlphaBlend中的alpha是一个图形学术语。
-
Since AlphaBlend requires a device context , not a CPicture object , it 's more convenient to draw the new image first ( so I can call CPicture : : Render ) and then blend the old one on top of it .
因为AlphaBlend需要设备上下文,而不是CPicture对象,首先绘制新图像(所以我调用CPicture::Render),然后在其上渐变旧图像要方便一些。