diff --git a/src/gui/painting/qrgbafloat.qdoc b/src/gui/painting/qrgbafloat.qdoc index 17e7722626..bcfe355c08 100644 --- a/src/gui/painting/qrgbafloat.qdoc +++ b/src/gui/painting/qrgbafloat.qdoc @@ -36,6 +36,12 @@ \sa QRgb, QRgba64, QColor */ +/*! + \typealias QRgbaFloat::FastType + + Alias for \e float. +*/ + /*! \typedef QRgbaFloat16 \relates QRgbaFloat @@ -99,7 +105,7 @@ */ /*! - \fn template void QRgbaFloat::setRed(float red) + \fn template void QRgbaFloat::setRed(QRgbaFloat::FastType red) Sets the red color component of this color to \a red. @@ -115,7 +121,7 @@ */ /*! - \fn template void QRgbaFloat::setGreen(float green) + \fn template void QRgbaFloat::setGreen(QRgbaFloat::FastType green) Sets the green color component of this color to \a green. @@ -131,7 +137,7 @@ */ /*! - \fn template void QRgbaFloat::setBlue(float blue) + \fn template void QRgbaFloat::setBlue(QRgbaFloat::FastType blue) Sets the blue color component of this color to \a blue. @@ -147,7 +153,7 @@ */ /*! - \fn template void QRgbaFloat::setAlpha(float alpha) + \fn template void QRgbaFloat::setAlpha(QRgbaFloat::FastType alpha) Sets the alpha of this color to \a alpha.