diff options
author | Timothy Pearson <[email protected]> | 2012-02-27 02:13:42 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-27 02:13:42 -0600 |
commit | 520c05ef06ce203ad32470730f68402bc7719157 (patch) | |
tree | 8d0bb18bbbecb4c837e232848905e5819db84b81 /doc/html/ntqcolor.html | |
parent | b82553bf90cb5311cfe8e673b07cf6cffc95fd3c (diff) | |
download | tqt3-520c05ef06ce203ad32470730f68402bc7719157.tar.gz tqt3-520c05ef06ce203ad32470730f68402bc7719157.zip |
Automated update from qt3
Diffstat (limited to 'doc/html/ntqcolor.html')
-rw-r--r-- | doc/html/ntqcolor.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqcolor.html b/doc/html/ntqcolor.html index 24ed8f71a..465af1901 100644 --- a/doc/html/ntqcolor.html +++ b/doc/html/ntqcolor.html @@ -92,7 +92,7 @@ body { background: #ffffff; color: black; } <li class=fn>TQRgb <a href="#qRgb"><b>qRgb</b></a> ( int r, int g, int b )</li> <li class=fn>TQRgb <a href="#qRgba"><b>qRgba</b></a> ( int r, int g, int b, int a )</li> <li class=fn>int <a href="#qGray"><b>qGray</b></a> ( int r, int g, int b )</li> -<li class=fn>int <a href="#qGray-2"><b>qGray</b></a> ( qRgb rgb )</li> +<li class=fn>int <a href="#qGray-2"><b>qGray</b></a> ( tqRgb rgb )</li> </ul> <hr><a name="details"></a><h2>Detailed Description</h2> @@ -569,7 +569,7 @@ Reads a color object, <em>c</em>, from the stream, <em>s</em>. <p> The gray value is calculated using the formula (r*11 + g*16 + b*5)/32. -<h3 class=fn>int <a name="qGray-2"></a>qGray ( qRgb rgb ) +<h3 class=fn>int <a name="qGray-2"></a>qGray ( tqRgb rgb ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> |