tint属性
tint属性
获取并设置值 tint。
注意事项
tint 值存储为 -1.0 到 1.0 的双精度数,其中 -1.0 表示变暗 100% 1.0 表示 100% 变亮。0.0 表示无变化。
定义:
@property
def tint(self):
...
@tint.setter
def tint(self, value):
...
获取并设置值 tint。
tint 值存储为 -1.0 到 1.0 的双精度数,其中 -1.0 表示变暗 100% 1.0 表示 100% 变亮。0.0 表示无变化。
@property
def tint(self):
...
@tint.setter
def tint(self, value):
...