KivyでRstDocumentを透明にする機会はありますか?
colors
色の設定に使用できるdict プロパティがあります。
class TipRstDocument(RstDocument):
colors = DictProperty({
'background': '000000',
'link': 'ce5c00',
'paragraph': '202020',
'title': '204a87',
'bullet': '000000'})
しかし、透明度を設定する方法は?