theme_color proprietà

theme_color proprietà

Ottiene e imposta il colore del tema.

Osservazioni

Se il colore del carattere non è un colore del tema, verrà restituito NULL.

Definizione:

@property
def theme_color(self):
    ...
@theme_color.setter
def theme_color(self, value):
    ...

Guarda anche