有没有机会使RstDocument在Kivy中透明化?
有一个dict属性colors,可用于设置颜色:
class TipRstDocument(RstDocument):
colors = DictProperty({
'background': '000000',
'link': 'ce5c00',
'paragraph': '202020',
'title': '204a87',
'bullet': '000000'})
但是如何设置透明度?
萧十郎
相关分类