AspJpeg 生成图片背景色的问题

来源:互联网 发布:淘宝入驻条件费用标准 编辑:程序博客网 时间:2024/04/28 03:52
组件名:AspJpeg


Set Jpeg = Server.CreateObject("Persits.Jpeg")
Jpeg.New 64, 64, &H80000008 ' red background
Jpeg.PNGOutput = True
Jpeg.Save "F:\HOST\3D\tuliao\thumbnail.jpg" 


&H80000008 如果换成#DABA91 就报错.

怎样能把16进制的颜色值转换成类似&H80000008的值呢
0 0