java.lang.Object
io.qt.QtObject
io.qt.gui.QColorTransform
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Transformation between color spaces
Java wrapper for Qt class QColorTransform
-
Constructor Summary
ConstructorDescriptionSeeQColorTransform::
QColorTransform() QColorTransform
(QColorTransform colorTransform) SeeQColorTransform::
QColorTransform(QColorTransform) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QColorTransform other) SeeQColorTransform::
operator=(QColorTransform) clone()
Creates and returns a copy of this object.final boolean
equals
(QColorTransform ct2) boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QColorTransform)
.final boolean
final int
map
(int argb) final QColor
map
(Qt.GlobalColor color) Overloaded function formap(io.qt.gui.QColor)
.final QColor
final QRgba64
final QColor
Overloaded function formap(io.qt.gui.QColor)
.final void
swap
(QColorTransform other) SeeQColorTransform::
swap(QColorTransform&) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QColorTransform
public QColorTransform()See
QColorTransform::
QColorTransform() -
QColorTransform
See
QColorTransform::
QColorTransform(QColorTransform)
-
-
Method Details
-
isIdentity
See
QColorTransform::
isIdentity()const This function was introduced in Qt 6.4.
-
map
-
map
-
map
-
assign
See
QColorTransform::
operator=(QColorTransform) -
equals
See
operator==(QColorTransform,
QColorTransform) This function was introduced in Qt 6.4.
-
swap
See
QColorTransform::
swap(QColorTransform&) -
equals
-
hashCode
Returns the objects's hash code computed byqHash(QColorTransform)
. -
clone
Creates and returns a copy of this object.
See
QColorTransform::
QColorTransform(QColorTransform) -
map
Overloaded function for
map(io.qt.gui.QColor)
. -
map
Overloaded function for
map(io.qt.gui.QColor)
.
-