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
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
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.boolean
Checks for equality by checking object's hash code.int
hashCode()
Returns the objects's hash code computed byqHash(QColorTransform)
.final int
map
(int argb) final QColor
final QRgba64
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
-
map
-
map
-
map
-
assign
See
QColorTransform::
operator=(QColorTransform) -
swap
See
QColorTransform::
swap(QColorTransform&) -
equals
Checks for equality by checking object's hash code. -
hashCode
Returns the objects's hash code computed byqHash(QColorTransform)
. -
clone
Creates and returns a copy of this object.
-