• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 7 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0026 秒)

1. graphics颜色填充fillColor问题 [ 100%]

graphics颜色填充fillColor问题 在api文档里看到 fillColor 的参数描述是这样写的 “fillColor 填充颜色,或者填充绘图的渐变对象“, 请问这里的渐变对象是什么类型? 能否举个例子说明一下。   另外现在是不是不支持用纹理填充图...

来源: Laya_社区 发布时间: 20160725

2. 请问LayaAir如何绘制一个渐变矩形? [ 91%]

... 350, "#ffffff") drawRect(x:Number, y:Number, width:Number, height:Number, fillColor:*, lineColor:* = null, lineWidth:Number = 1):void 参数fillColor:* — 填充颜色,或者填充绘图的渐变对象 我找不到关于这个渐变对象的文档,例子或者教程 2017-04-20 添加评论 免...

来源: Laya_社区 发布时间: 20170420

3. 如何实现渐变填充对象呀? [ 90%]

... 350, "#ffffff") drawRect(x:Number, y:Number, width:Number, height:Number, fillColor:*, lineColor:* = null, lineWidth:Number = 1):void 参数fillColor:* — 填充颜色,或者填充绘图的渐变对象 我找不到关于这个渐变对象的文档,例子或者教程 2018-09-04 添加评论 免...

来源: Laya_社区 发布时间: 20180904

4. 分享一个Graphics画圆角矩形的封装 [ 85%]

...  * @param round     矩形圆角半径。          * @param fillColor 填充颜色,或者填充绘图的渐变对象。          * @param lineColor (可选)边框颜色,或者填充绘图的渐变对象。          * @param lineWidth (可选)边框宽度...

来源: Laya_社区 发布时间: 20210123

5. Graphics如何设置fillStyle和strokeStyle不同透明度 [ 83%]

...   * @param points    多边形的点集合。          * @param fillColor    填充颜色,或者填充绘图的渐变对象。          * @param lineColor    (可选)边框颜色,或者填充绘图的渐变对象。          * @param lineWidth    (可选)...

来源: Laya_社区 发布时间: 20180416

6. 如何在代码中new Poly [ 78%]

...   * @param points    多边形的点集合。          * @param fillColor    填充颜色,或者填充绘图的渐变对象。          * @param lineColor    (可选)边框颜色,或者填充绘图的渐变对象。          * @param lineWidth    (可选)...

来源: Laya_社区 发布时间: 20180507

7. 画个圆角矩形就这么难? [ 62%]

...p2 ];  //绘制圆角矩形 sp.graphics.drawPath(0, 0, path, { fillStyle: fillColor },{"strokeStyle":"#ffffff","lineWidth":"10"});  上面上你们官方的例子,这么写的结果???? 无语。圆角矩形多么常见的功能,为啥不提供个api呢?是实现不了么? 附件 :...

来源: Laya_社区 发布时间: 20190702