color 属性

color 属性

获取和设置 RGB color。

定义:

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

也可以看看