color1 属性

color1 属性

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

定义:

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

也可以看看