dqt ~testqt6 (2022-04-01T05:11:05.2144767)
Dub
Repo
QColorTransform
qt
gui
colortransform
Binding for C++ class
QColorTransform
.
extern (
C
++) extern (
C
++)
@
Q_RELOCATABLE_TYPE
struct
QColorTransform {
~this
();
this(this)
;
this
(const(QColorTransform) colorTransform);
QRgb
map
(QRgb argb);
QRgba64
map
(QRgba64 rgba64);
QColor
map
(const(QColor) color);
}
Constructors
this
this
(const(QColorTransform) colorTransform)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Members
Functions
map
QRgb
map
(QRgb argb)
Undocumented in source.
map
QRgba64
map
(QRgba64 rgba64)
Undocumented in source.
map
QColor
map
(const(QColor) color)
Undocumented in source.
Meta
Source
See Implementation
qt
gui
colortransform
structs
QColorSpacePrivate
QColorTransform
QColorTransformPrivate
Binding for C++ class QColorTransform.