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