QColorTransform¶
The QColorTransform
class is a transformation between color spaces. More…
Synopsis¶
Functions¶
Detailed Description¶
QColorTransform
is an instantiation of a transformation between color spaces. It can be applied on color and pixels to convert them from one color space to another.
Setting up a QColorTransform
takes some preprocessing, so keeping around QColorTransforms that you need often is recommended, instead of generating them on the fly.
- class PySide6.QtGui.QColorTransform¶
PySide6.QtGui.QColorTransform(colorTransform)
- Parameters
colorTransform –
PySide6.QtGui.QColorTransform
- PySide6.QtGui.QColorTransform.map(rgba64)¶
- Parameters
rgba64 –
PySide6.QtGui.QRgba64
- Return type
Applies the color transformation on the QRgba64
value rgba64
.
The input should be opaque or unpremultiplied.
- PySide6.QtGui.QColorTransform.map(color)
- Parameters
color –
PySide6.QtGui.QColor
- Return type
Applies the color transformation on the QColor
value color
.
- PySide6.QtGui.QColorTransform.map(argb)
- Parameters
argb – int
- Return type
int
- PySide6.QtGui.QColorTransform.swap(other)¶
- Parameters
other –
PySide6.QtGui.QColorTransform
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.