Uses of Class
io.qt.gui.QColorSpace
Packages that use QColorSpace
-
Uses of QColorSpace in io.qt.gui
Methods in io.qt.gui that return QColorSpaceModifier and TypeMethodDescriptionQColorSpace.clone()
final QColorSpace
QImage.colorSpace()
final QColorSpace
QSurfaceFormat.colorSpace()
static QColorSpace
QColorSpace.fromIccProfile
(QByteArray iccProfile) final QColorSpace
QColorSpace.withTransferFunction
(QColorSpace.TransferFunction transferFunction) Overloaded function forwithTransferFunction(io.qt.gui.QColorSpace.TransferFunction, float)
withgamma = 0.0f
.final QColorSpace
QColorSpace.withTransferFunction
(QColorSpace.TransferFunction transferFunction, float gamma) final QColorSpace
QColorSpace.withTransferFunction
(Collection<Short> transferFunctionTable) final QColorSpace
QColorSpace.withTransferFunctions
(Collection<Short> redTransferFunctionTable, Collection<Short> greenTransferFunctionTable, Collection<Short> blueTransferFunctionTable) Methods in io.qt.gui with parameters of type QColorSpaceModifier and TypeMethodDescriptionfinal QImage
QImage.convertedToColorSpace
(QColorSpace arg__1) final void
QImage.convertToColorSpace
(QColorSpace arg__1) final void
QImage.setColorSpace
(QColorSpace arg__1) final void
QSurfaceFormat.setColorSpace
(QColorSpace colorSpace) final void
QColorSpace.swap
(QColorSpace colorSpace) final QColorTransform
QColorSpace.transformationToColorSpace
(QColorSpace colorspace) Constructors in io.qt.gui with parameters of type QColorSpace