color2属性

color2属性

获取并设置第二种渐变颜色。

定义:

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

也可以看看