color1属性

color1属性

获取并设置第一个渐变颜色。

定义:

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

也可以看看