color属性

color属性

获取并设置背景的color。

定义:

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

也可以看看