filters.py 文件源码

python
阅读 26 收藏 0 点赞 0 评论 0

项目:ACYLS 作者: worron 项目源码 文件源码
def gui_settler_color(self, button, color, alpha=None):
        """GUI setup helper - color"""
        rgba = Gdk.RGBA()
        rgba.parse(self.param[color].match())
        if alpha is not None:
            rgba.alpha = float(self.param[alpha].match())
        self.gui[button].set_rgba(rgba)

    # Handler generators
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号