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
ConstructorsConstructorDescriptionSeeQColorTransform::QColorTransform() QColorTransform(QColorTransform colorTransform) SeeQColorTransform::QColorTransform(QColorTransform) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QColorTransform other) SeeQColorTransform::operator=(QColorTransform) clone()Creates and returns a copy of this object.final booleanequals(QColorTransform ct2) booleaninthashCode()Returns the objects's hash code computed byqHash(QColorTransform).final booleanfinal intmap(int argb) final QColormap(Qt.GlobalColor color) Overloaded function formap(io.qt.gui.QColor).final QColorfinal QRgba64final QColorOverloaded function formap(io.qt.gui.QColor).final voidswap(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) - Parameters:
colorTransform-
-
-
Method Details
-
isIdentity
- Returns:
- Since:
- This function was introduced in Qt 6.4.
-
map
- Parameters:
color-- Returns:
-
map
- Parameters:
rgba64-- Returns:
-
map
- Parameters:
argb-- Returns:
-
assign
See
QColorTransform::operator=(QColorTransform) - Parameters:
other-
-
equals
- Parameters:
ct2-- Returns:
- Since:
- This function was introduced in Qt 6.4.
-
swap
See
QColorTransform::swap(QColorTransform&) - Parameters:
other-
-
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).
-