diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-16 17:42:59 +0900 |
| commit | 4d495175043c399fdca6e1bb4c74ef176fc76fb4 (patch) | |
| tree | 119a6d76d177dade68b3744cb660fe26b33c9864 /doc/html/tqcolor.html | |
| parent | cf2c8613706a3685266058db00c0e9f632c5bd24 (diff) | |
| download | tqt-master.tar.gz tqt-master.zip | |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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> |
