color属性

color属性

代表线条的颜色。

定义:

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

也可以看看