文件名称:VB ARGB
-
所属分类:
- 标签属性:
- 上传时间:2017-07-25
-
文件大小:3kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
用VB实现ARGB,方法很简单。
背景R * (1 - A / 255) + 图像R * (A / 255)
背景G * (1 - A / 255) + 图像G * (A / 255)
背景B * (1 - A / 255) + 图像B * (A / 255)
虽然对于图像的处理较为慢一些...(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...)
背景R * (1 - A / 255) + 图像R * (A / 255)
背景G * (1 - A / 255) + 图像G * (A / 255)
背景B * (1 - A / 255) + 图像B * (A / 255)
虽然对于图像的处理较为慢一些...(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...)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Form1.frx
Module1.bas
工程1.vbp
工程1.vbw
Form1.frm
Module1.bas
工程1.vbp
工程1.vbw
Form1.frm
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.