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

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

1. laya.d3.core.particleShuriKen.module.GradientColor [ 100%]

...entColor ObjectImplements laya.d3.core.IClone GradientColor 类用于创建渐变颜色。 Public Properties PropertyDefined By  constant : Vector4[read-only] 固定颜色。 GradientColor  constantMax : Vector4[read-only] 最大固定颜色。 GradientColor  constantMin : Vector4[read-only] ...

来源: Laya2.0_api 发布时间: 20190513

2. laya.d3.core.particleShuriKen.module.GradientColor [ 99%]

...entColor ObjectImplements laya.d3.core.IClone GradientColor 类用于创建渐变颜色。 Public Properties PropertyDefined By  constant : Vector4[read-only] 固定颜色。 GradientColor  constantMax : Vector4[read-only] 最大固定颜色。 GradientColor  constantMin : Vector4[read-only] ...

来源: laya_api 发布时间: 20170929

3. graphics画出来的图形如何实现颜色渐变 [ 98%]

graphics画出来的图形如何实现颜色渐变 我用sprite.graphics.drawPoly画多边形,怎么实现颜色渐变,而非纯色 2018-08-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Aaron 赞同...

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

4. Browser.context.createLinerGradient绘制之后不生效,是因为现在不支持颜色渐变吗? [ 98%]

...t.createLinerGradient绘制之后不生效,是因为现在不支持颜色渐变吗? var sp = new Sprite(); var gra = Browser.context.createLinearGradient(0, 0, bw, bh); gra.addColorStop(0, '#ffaaaa'); gra.addColorStop(1, '#ffffff'); sp.graphics.drawRect(0, 0, 200, 200, gra); Laya.stage.addChild(...

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

5. 请问如果想实现文字颜色渐变, Laya graphics支持通过createLinearGradient设置fillStlye吗? [ 96%]

请问如果想实现文字颜色渐变, Laya graphics支持通过createLinearGradient设置fillStlye吗? 请问如果想实现文字颜色渐变, Laya graphics支持通过createLinearGradient设置fillStlye吗? 如果不支持, 还有其他方式实现吗? 2016-11-01 添加评论 免费帖 --> 分...

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

6. laya里面的label能够设置渐变颜色[ 96%]

laya里面的label能够设置渐变颜色吗 如题 2018-08-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 可以的。https://ldc.layabox.com/doc/?nav=zh-as-1-5-1 利用这种缓动...

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

7. [分享]实现颜色渐变 [ 96%]

LayaAir引擎 [分享]实现颜色渐变 一直找不到有关颜色渐变的相关方法,对着源码把绘制过程理了一遍,找到了实现方式,这是代码: this.canvas = Laya.Render.canvas; this.context = this.canvas.getContext('2d'); var my_gradient = this.context.createLinearGra...

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

8. layaAir编辑模式下的Text文本组件不支持颜色渐变[ 95%]

layaAir编辑模式下的Text文本组件不支持颜色渐变吗 2017-09-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同来自: LayaAir下文本不支持渐变 2017-09-22 0 0 分...

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

9. laya.d3.core.particleshuriken.module.GradientColor_API3.0 [ 95%]

...dientColor" GradientColor Class GradientColor GradientColor 类用于创建渐变颜色。 Hierarchy GradientColor Implements IClone Index Constructors constructor Accessors constant constantMax constantMin gradient gradientMax gradientMin type Methods clone cloneTo createByConstant createByGradient...

来源: Laya3.0_api 发布时间: 20231115

10. 龙骨动画,颜色渐变效果,在laya里无法正常显示 [ 95%]

龙骨动画,颜色渐变效果,在laya里无法正常显示  用Dragonbones 5.0以上版本打开demo的bin目录下的龙骨动画源文件,可以看到龙骨动画的原文件是颜色很暗的动画,可以查看动画层级里有一层颜色动画层。但是转换为laya格式.sk...

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