diff options
Diffstat (limited to 'doc/html/tqcolor.html')
| -rw-r--r-- | doc/html/tqcolor.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqcolor.html b/doc/html/tqcolor.html index d44963cdb..21d1f85d0 100644 --- a/doc/html/tqcolor.html +++ b/doc/html/tqcolor.html @@ -396,8 +396,8 @@ This function is called from the <a href="tqapplication.html">TQApplication</a> <h3 class=fn>bool <a name="isValid"></a>TQColor::isValid () const </h3> -<p> Returns FALSE if the color is invalid, i.e. it was constructed using the -default constructor; otherwise returns TRUE. +<p> Returns false if the color is invalid, i.e. it was constructed using the +default constructor; otherwise returns true. <p>Examples: <a href="tutorial2-03.html#x2550">chart/element.cpp</a>, <a href="tutorial2-08.html#x2599">chart/setdataform.cpp</a>, and <a href="scribble-example.html#x908">scribble/scribble.cpp</a>. <h3 class=fn>void <a name="leaveAllocContext"></a>TQColor::leaveAllocContext ()<tt> [static]</tt> @@ -445,8 +445,8 @@ system. <h3 class=fn>bool <a name="operator!-eq"></a>TQColor::operator!= ( const <a href="tqcolor.html">TQColor</a> & c ) const </h3> -Returns TRUE if this color has a different RGB value from <em>c</em>; -otherwise returns FALSE. +Returns true if this color has a different RGB value from <em>c</em>; +otherwise returns false. <h3 class=fn><a href="tqcolor.html">TQColor</a> & <a name="operator-eq"></a>TQColor::operator= ( const <a href="tqcolor.html">TQColor</a> & c ) </h3> @@ -456,8 +456,8 @@ color. <h3 class=fn>bool <a name="operator-eq-eq"></a>TQColor::operator== ( const <a href="tqcolor.html">TQColor</a> & c ) const </h3> -<p> Returns TRUE if this color has the same RGB value as <em>c</em>; -otherwise returns FALSE. +<p> Returns true if this color has the same RGB value as <em>c</em>; +otherwise returns false. <h3 class=fn>uint <a name="pixel"></a>TQColor::pixel () const </h3> |
