summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qcolor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/painting/qcolor.cpp')
-rw-r--r--src/gui/painting/qcolor.cpp33
1 files changed, 0 insertions, 33 deletions
diff --git a/src/gui/painting/qcolor.cpp b/src/gui/painting/qcolor.cpp
index 8234fa19f6..df2aa1ffe8 100644
--- a/src/gui/painting/qcolor.cpp
+++ b/src/gui/painting/qcolor.cpp
@@ -863,13 +863,6 @@ void QColor::getRgb(int *r, int *g, int *b, int *a) const
}
/*!
- \obsolete
- \fn void QColor::getRgba(int *r, int *g, int *b, int *a) const
-
- Use getRgb() instead.
-*/
-
-/*!
\fn void QColor::setRgbF(qreal r, qreal g, qreal b, qreal a)
Sets the color channels of this color to \a r (red), \a g (green),
@@ -922,13 +915,6 @@ void QColor::setRgb(int r, int g, int b, int a)
}
/*!
- \obsolete
- \fn void QColor::setRgba(int r, int g, int b, int a)
-
- Use setRgb() instead.
-*/
-
-/*!
\fn QRgb QColor::rgba() const
Returns the RGB value of the color, including its alpha.
@@ -2597,25 +2583,6 @@ QDataStream &operator>>(QDataStream &stream, QColor &color)
*/
/*!
- \fn QColor::QColor(int x, int y, int z, Spec colorSpec)
-
- Use one of the other QColor constructors, or one of the static convenience
- functions, instead.
-*/
-
-/*!
- \fn QColor::rgb(int *r, int *g, int *b) const
-
- Use getRgb() instead.
-*/
-
-/*!
- \fn QColor::hsv(int *h, int *s, int *v) const
-
- Use getHsv() instead.
-*/
-
-/*!
\fn QColor QColor::convertTo(Spec colorSpec) const
Creates a copy of \e this color in the format specified by \a colorSpec.