如何用关键操作替换ClutterTexture?

发布于 2024-12-11 17:24:40 字数 58 浏览 0 评论 0原文

我想在 Gobject 杂波 actor 突出显示时更改其背景纹理。有什么方法可以在运行时替换纹理吗?

I want to change the background texture of a Gobject clutter actor whenever it is highlighted. Is there any way i can replace the texture during runtime ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

野稚 2024-12-18 17:24:40

您可以使用 clutter_texture_set_* 系列函数,例如:

clutter_texture_set_from_file
clutter_texture_set_from_rgb_data
clutter_texture_set_area_from_rgb_data

全部记录在此处:http://developer.gnome.org /clutter/stable/ClutterTexture.html

you can use the clutter_texture_set_* family of functions, like:

clutter_texture_set_from_file
clutter_texture_set_from_rgb_data
clutter_texture_set_area_from_rgb_data

all documented here: http://developer.gnome.org/clutter/stable/ClutterTexture.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文