效果图展示:
canvas有些地方还是有点坑的,比如fillrect是方法不是属性,如果写成fillrect=这样是没效果的,而且还不报错….
这里用到了creater不怕困难的名言adialgradient这个api 这个api接收6个参数,前三个表示底下的圆,后三个表示上面的圆,返回的实例依然可以用addcolorstop
can2_context是getcontext的canvas绘图上下文环境
function radia(bottom_x,bottom_y,bottom_r,top_x,top_y,top_r){ this.bottom_x=bottom_x; this.bottom_y=bottom_y; this.bottom_r=bottom_r; this.top_x=top_x; this.top_y说明文知识=top_y; this.top_r=top_r; this.gradient=can2_context.createradialgradient(this.bottom_x,this.bottom_y,this.bottom_r,this.top_x,this.top_y,this.top_r)}radia.prototype.addcolor=function三角函数图像(){ for(var i=0;i<arguments.length;i++){ this.gradient.addcolorstop(arguments[i].num,arguments[i].color) }}radia.proto南京二本大学type.draw=function(x1,y1,x2,y2){ can2_context.fillstyle=this.gradient; can2_context.fillrect(x1,洋葱头历险记读后感y1,x2,y2)}var some1=new radia(canvas_2.width/2, canvas_2.height-100, 0, canvas_2.width/2, 0, 300)some1.addcolor({num:0.2,color:"blue"},{num:1,color:"yellow"},{num:0.7,color:"white"})some1.draw(0, 0, canvas_2.width, canvas_2.height)
总结
以上所述是www.887551.com给大家介绍的html5 canvas绘制放射性渐变色效果,希望对大家有所帮助
本文发布于:2023-04-03 08:14:07,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/ab4621842f730d3819441937315cd12d.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:html5 canvas绘制放射性渐变色效果.doc
本文 PDF 下载地址:html5 canvas绘制放射性渐变色效果.pdf
留言与评论(共有 0 条评论) |