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

大约有 334 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0050 秒)

41. 滤镜-模糊滤镜 [ 89%]

...。(function() { var Sprite = Laya.Sprite; var Stage = Laya.Stage; var BlurFilter = Laya.BlurFilter; var Browser = Laya.Browser; var Handler = Laya.Handler; var WebGL = Laya.WebGL; var apePath = "../../res/apes/monkey2.png"; (function() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.c...

来源: Laya_示例 发布时间: 20251130

42. laya.filters.IFilter_API3.0 [ 89%]

LAYA_API #laya_nav { display: none; position: fixed; top: 0; left: 0; right: 0; z-index: 1000; margin: 0; height: 68px; border-radius: 0; min-width: 310px; background-color: #1A1A1A; background-image: none; border: none; } #laya_content { width: 100%; height: auto; margin: 0px auto 0 auto; } @media...

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

43. laya.filters.IFilterAction [ 89%]

... DocumentationAll Packages | All Classes | Index | Frames No Frames IFilterActionMethods Packagelaya.filtersInterfacepublic interface IFilterAction IFilterAction 是滤镜动画接口。 Public Methods  MethodDefined By  apply(srcCanvas:*):*IFilterActionMethod Detailapply()method public fu...

来源: laya_api 发布时间: 20170929

44. laya.filters.ColorFilterAction [ 89%]

...umentationAll Packages | All Classes | Index | Frames No Frames ColorFilterActionProperties | Methods Packagelaya.filtersClasspublic class ColorFilterActionInheritanceColorFilterAction ObjectImplements IFilterAction ColorFilterAction 是一个颜色滤镜应用类。 Public Properties Prope...

来源: laya_api 发布时间: 20170422

45. laya.filters.IFilterActionGL [ 89%]

... DocumentationAll Packages | All Classes | Index | Frames No Frames IFilterActionGLProperties | Methods Packagelaya.filtersInterfacepublic interface IFilterActionGL extends IFilterActionImplementors ColorFilterActionGL, FilterActionGLPublic Properties PropertyDefined By  typeMix : int[rea...

来源: laya_api 发布时间: 20170929

46. 滤镜-发光滤镜 [ 88%]

...。(function() { var Sprite = Laya.Sprite; var Stage = Laya.Stage; var GlowFilter = Laya.GlowFilter; var Texture = Laya.Texture; var Browser = Laya.Browser; var Handler = Laya.Handler; var WebGL = Laya.WebGL; var apePath = "../../res/apes/monkey2.png"; var ape; (function() { // 不支持WebGL时自...

来源: Laya_示例 发布时间: 20251130

47. 滤镜-颜色滤镜 [ 88%]

...(function() { var Sprite = Laya.Sprite; var Stage = Laya.Stage; var ColorFilter = Laya.ColorFilter; var Texture = Laya.Texture; var Browser = Laya.Browser; var Handler = Laya.Handler; var WebGL = Laya.WebGL; var ApePath = "../../res/apes/monkey2.png"; var apeTexture; (function() { // 不支持WebGL...

来源: Laya_示例 发布时间: 20251130

48. laya.filters.ColorFilter [ 87%]

...umentationAll Packages | All Classes | Index | Frames No Frames ColorFilterProperties | Methods Packagelaya.filtersClasspublic class ColorFilterInheritanceColorFilter Filter ObjectImplements IFilter ColorFilter 是颜色滤镜。使用 ColorFilter 类可以将 4 x 5 矩阵转换应用于输...

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

49. 滤镜的集中实现 [ 87%]

...olor = "#ffffff"; //原始位图 createImg(200,50); //红色滤镜 creteRedFilter(); //创建发光滤镜位图**/ createGlowFilter(); //创建阴影滤镜位图 createShadeFilter(); //创建糊滤滤镜位图 createBlurFilter();           /**创建位图方法**/ function createImg(w,h){ var I...

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

50. 有改变位图字体的颜色的方法吗? [ 84%]

...? RT,我现在是导出多个颜色的字体来用。听说可以设置filter来改变颜色,但是我设置后报错了。 我是直接设置label的filters属性的。 还有没有其他的方法? 或者具体要怎么用filter来改变颜色? 附件 : --> 2018-05-28 添加评论 免费...

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