QColorTransform 類

QColorTransform 類是色彩空間之間的變換。 更多...

頭: #include <QColorTransform>
qmake: QT += gui
Since: Qt 5.14

該類在 Qt 5.14 引入。

公共函數

QRgb map (QRgb argb ) const
QRgba64 map (QRgba64 rgba64 ) const
QColor map (const QColor & color ) const

詳細描述

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.

成員函數文檔編製

QRgb QColorTransform:: map ( QRgb argb ) const

應用顔色變換在 QRgb argb .

The input should be opaque or unpremultiplied.

QRgba64 QColorTransform:: map ( QRgba64 rgba64 ) const

應用顔色變換在 QRgba64 rgba64 .

The input should be opaque or unpremultiplied.

QColor QColorTransform:: map (const QColor & color ) const

應用顔色變換在 QColor color .