大约有 609 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0043 秒)
...度滤镜。 UIUtils toColor(color:uint):String[static] 转换uint类型颜色值为字符型颜色值。 UIUtilsPublic Constants ConstantDefined By escapeSequence : Object[static] 需要替换的转义字符表 UIUtilsMethod DetailaddFilter()method public static function addFilter(target:Spr...
来源: Laya2.0_api 发布时间: 20190513
...度滤镜。 UIUtils toColor(color:uint):String[static] 转换uint类型颜色值为字符型颜色值。 UIUtilsPublic Constants ConstantDefined By escapeSequence : Object[static] 需要替换的转义字符表 UIUtilsMethod DetailaddFilter()method public static function addFilter(target:Spr...
来源: laya_api 发布时间: 20170929
...范围内取一个随机值作为属性值。 Color:设置一个固定的颜色作为属性值。 TwoColors:设置两个固定颜色值,每个粒子实际的属性值由这两个颜色值随机线性插值得到。 Gradient:设置一个颜色渐变,在粒子的生命周期中,每个粒...
来源: Laya3.0_文档 发布时间: 20251010
... number): string Defined in laya/utils/Utils.ts:33 将传入的 uint 类型颜色值转换为字符串型颜色值。 Parameters color: number 颜色值。 Returns string 字符串型颜色值。 Static toRadian toRadian(angle: number): number Defined in laya/utils/Utils.ts:15 角度转弧度。 Par...
来源: Laya3.0_api 发布时间: 20231115
...or(color: number): string Defined in laya/ui/UIUtils.ts:37 转换uint类型颜色值为字符型颜色值。 Parameters color: number uint颜色值。 Returns string 字符型颜色值。 Globals "laya/ui/UIUtils" UIUtils fillArray gray toColor Legend Object literal Variable Function Type alias Clas...
来源: Laya3.0_api 发布时间: 20231115
[LayaAirIDE3]Laya编辑器中颜色选择控件保存number时使用异常问题 目前测试版本: layaAirIDE3.3.0-bate2(之前版本也有同样问题) 问题描述: 在IDE中使用颜色选择控件, 当选择的颜色保存为number值时, 结果会保存为负值导致显示的颜色与实...
来源: Laya_社区 发布时间: 20250228
...tanceGradient ObjectImplements laya.d3.core.IClone Gradient 类用于创建颜色渐变。 Public Properties PropertyDefined By colorAlphaKeysCount : int[read-only] 获取颜色Alpha数量。 Gradient colorRGBKeysCount : int[read-only] 获取颜色RGB数量。 Gradient maxColorAlphaKeysCou...
来源: Laya2.0_api 发布时间: 20190513
...值ParticleSetting disableColor : Boolean = falsefalse代表使用参数颜色数据,true代表使用原图颜色数据ParticleSetting duration : Number = 1粒子持续时间(单位:秒)ParticleSetting emissionRate : int = 0发射器发射速率ParticleSetting emitterType : String = ...
来源: Laya2.0_api 发布时间: 20190513
...ilterInheritanceColorFilter Filter ObjectImplements IFilter ColorFilter 是颜色滤镜。使用 ColorFilter 类可以将 4 x 5 矩阵转换应用于输入图像上的每个像素的 RGBA 颜色和 Alpha 值,以生成具有一组新的 RGBA 颜色和 Alpha 值的结果。该类允许饱和度更...
来源: laya_api 发布时间: 20170929
...这样的情况: 1.立项的时候,美术定义一系列标准的字体颜色,字号,在各个UI中应用,有一天美术突然说要更改默认的字体颜色,字号,苦逼的UI制作者就需要把所有界面都修改一次,这样会非常麻烦。**针对这种情况,使用默...
来源: Laya2.0_文档 发布时间: 20210714