transparency属性
transparency属性
获取并设置起始反射 transparency 的度数,其值为 0.0(不透明)至 1.0(透明)。
定义:
@property
def transparency(self):
...
@transparency.setter
def transparency(self, value):
...
获取并设置起始反射 transparency 的度数,其值为 0.0(不透明)至 1.0(透明)。
@property
def transparency(self):
...
@transparency.setter
def transparency(self, value):
...