diff options
Diffstat (limited to 'doc/html/tqcolor.html')
-rw-r--r-- | doc/html/tqcolor.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqcolor.html b/doc/html/tqcolor.html index 60f87a2d3..d44963cdb 100644 --- a/doc/html/tqcolor.html +++ b/doc/html/tqcolor.html @@ -178,7 +178,7 @@ moving slightly towards the magenta, could be H=350 (equivalent to <p> TQt returns a hue value of -1 for achromatic colors. If you pass a too-big hue value, TQt forces it into range. Hue 360 or 720 is treated as 0; hue 540 is treated as 180. -<p> <p>See also <a href="tqpalette.html">TQPalette</a>, <a href="tqcolorgroup.html">TQColorGroup</a>, <a href="ntqapplication.html#setColorSpec">TQApplication::setColorSpec</a>(), <a href="http://www.poynton.com/ColorFAQ.html">Color FAQ</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="graphics.html">Graphics Classes</a>, and <a href="images.html">Image Processing Classes</a>. +<p> <p>See also <a href="tqpalette.html">TQPalette</a>, <a href="tqcolorgroup.html">TQColorGroup</a>, <a href="tqapplication.html#setColorSpec">TQApplication::setColorSpec</a>(), <a href="http://www.poynton.com/ColorFAQ.html">Color FAQ</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="graphics.html">Graphics Classes</a>, and <a href="images.html">Image Processing Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="Spec-enum"></a>TQColor::Spec</h3> @@ -262,7 +262,7 @@ don't need to call this function. <h3 class=fn>void <a name="cleanup"></a>TQColor::cleanup ()<tt> [static]</tt> </h3> Internal clean up required for TQColor. -This function is called from the <a href="ntqapplication.html">TQApplication</a> destructor. +This function is called from the <a href="tqapplication.html">TQApplication</a> destructor. <p> <p>See also <a href="#initialize">initialize</a>(). <h3 class=fn><a href="tqstringlist.html">TQStringList</a> <a name="colorNames"></a>TQColor::colorNames ()<tt> [static]</tt> @@ -351,8 +351,8 @@ enterAllocContex() must have a corresponding leaveAllocContext(). </pre> <p> You may also want to set the application's color specification. -See <a href="ntqapplication.html#setColorSpec">TQApplication::setColorSpec</a>() for more information. -<p> <p>See also <a href="#leaveAllocContext">leaveAllocContext</a>(), <a href="#currentAllocContext">currentAllocContext</a>(), <a href="#destroyAllocContext">destroyAllocContext</a>(), and <a href="ntqapplication.html#setColorSpec">TQApplication::setColorSpec</a>(). +See <a href="tqapplication.html#setColorSpec">TQApplication::setColorSpec</a>() for more information. +<p> <p>See also <a href="#leaveAllocContext">leaveAllocContext</a>(), <a href="#currentAllocContext">currentAllocContext</a>(), <a href="#destroyAllocContext">destroyAllocContext</a>(), and <a href="tqapplication.html#setColorSpec">TQApplication::setColorSpec</a>(). <p>Example: <a href="showimg-example.html#x1314">showimg/showimg.cpp</a>. <h3 class=fn>void <a name="getHsv"></a>TQColor::getHsv ( int * h, int * s, int * v ) const @@ -390,7 +390,7 @@ Use <a href="#getHsv">getHsv</a>() instead. <h3 class=fn>void <a name="initialize"></a>TQColor::initialize ()<tt> [static]</tt> </h3> Internal initialization required for TQColor. -This function is called from the <a href="ntqapplication.html">TQApplication</a> constructor. +This function is called from the <a href="tqapplication.html">TQApplication</a> constructor. <p> <p>See also <a href="#cleanup">cleanup</a>(). <h3 class=fn>bool <a name="isValid"></a>TQColor::isValid () const |