java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QColorSpace
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QColorSpace extends QtObject implements Cloneable
Color space abstraction
Java wrapper for Qt class QColorSpace
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QColorSpace.NamedColorSpace
Java wrapper for Qt enum QColorSpace::NamedColorSpacestatic class
QColorSpace.Primaries
Java wrapper for Qt enum QColorSpace::Primariesstatic class
QColorSpace.TransferFunction
Java wrapper for Qt enum QColorSpace::TransferFunction -
Field Summary
Fields Modifier and Type Field Description static QMetaObject
staticMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
-
Method Summary
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QColorSpace
public QColorSpace() -
QColorSpace
-
QColorSpace
Overloaded constructor for
QColorSpace(io.qt.gui.QColorSpace.Primaries, io.qt.gui.QColorSpace.TransferFunction, float)
withgamma = 0.0f
. -
QColorSpace
-
QColorSpace
-
QColorSpace
-
QColorSpace
public QColorSpace(QPointF whitePoint, QPointF redPoint, QPointF greenPoint, QPointF bluePoint, QColorSpace.TransferFunction fun)Overloaded constructor for
QColorSpace(io.qt.core.QPointF, io.qt.core.QPointF, io.qt.core.QPointF, io.qt.core.QPointF, io.qt.gui.QColorSpace.TransferFunction, float)
withgamma = 0.0f
. -
QColorSpace
public QColorSpace(QPointF whitePoint, QPointF redPoint, QPointF greenPoint, QPointF bluePoint, QColorSpace.TransferFunction fun, float gamma) -
QColorSpace
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
gamma
-
iccProfile
-
isValid
-
writeTo
-
readFrom
-
primaries
-
setPrimaries
-
setPrimaries
@QtUninvokable public final void setPrimaries(QPointF whitePoint, QPointF redPoint, QPointF greenPoint, QPointF bluePoint) -
setTransferFunction
@QtUninvokable public final void setTransferFunction(QColorSpace.TransferFunction transferFunction)Overloaded function for
setTransferFunction(io.qt.gui.QColorSpace.TransferFunction, float)
withgamma = 0.0f
. -
setTransferFunction
@QtUninvokable public final void setTransferFunction(QColorSpace.TransferFunction transferFunction, float gamma) -
swap
-
transferFunction
-
transformationToColorSpace
-
withTransferFunction
@QtUninvokable public final QColorSpace withTransferFunction(QColorSpace.TransferFunction transferFunction)Overloaded function for
withTransferFunction(io.qt.gui.QColorSpace.TransferFunction, float)
withgamma = 0.0f
. -
withTransferFunction
@QtUninvokable public final QColorSpace withTransferFunction(QColorSpace.TransferFunction transferFunction, float gamma) -
fromIccProfile
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
toString
-
clone
-