- class QColorTransform#
QColorTransform
类是颜色空间间的转换。 更多信息…概要#
方法#
def
__init__()
def
isIdentity()
def
map()
def
__ne__()
def
__eq__()
def
swap()
备注
本文档可能包含从 C++ 到 Python 的自动翻译片段。我们始终欢迎对片段翻译的贡献。如果您发现翻译中存在问题,也可以通过在https:/bugreports.qt.io/projects/PYSIDE创建工单来告知我们。
详细描述#
QColorTransform
是颜色空间间转换的一个实例。它可以应用于颜色和像素,将它们从一种颜色空间转换为另一种颜色空间。设置一个
QColorTransform
需要一些预处理,因此建议保留您经常需要的 QColorTransform,而不是动态生成。- __init__()#
- __init__(colorTransform)
- 参数:
colorTransform –
- isIdentity()#
- 返回类型:
布尔值
如果颜色转换是恒等转换,则返回 true。
在
- map(color)
在
- map(
- 参数:
argb – int
- 返回类型:
int
-
__ne__(
- 参数:
ct2 –
返回类型:
布尔值
如果 ct2 – 布尔值 如果 other – ct1
未定义与
返回类型:
ct1
定义了与
QColorTransform