码迷,mamicode.com
首页 > 其他好文 > 详细

Egret之渐变填充

时间:2020-01-11 22:32:32      阅读:372      评论:0      收藏:0      [点我收藏+]

标签:info   ret   his   phi   round   mic   idt   gradient   rap   

this.bgShape = new egret.Shape(); this.bgShape.width = w; this.bgShape.height = h; let $max: egret.Matrix = this.bgShape.matrix; $max.a = $max.d = 0; $max.c = $max.b = 1; this.bgShape.graphics.beginGradientFill(egret.GradientType.LINEAR, [0xFF0000, 0xD7F0FC], [1.0, 1.0], [0, this.bgShape.height / 3], $max); this.bgShape.graphics.drawRoundRect(0, 0, this.bgShape.width, this.bgShape.height, 40, 40); this.bgShape.graphics.endFill();

结果:
技术图片

注意 :
技术图片

Egret之渐变填充

标签:info   ret   his   phi   round   mic   idt   gradient   rap   

原文地址:https://blog.51cto.com/aonaufly/2466113

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!