diff options
Diffstat (limited to 'doc/html/tqcolor.html')
-rw-r--r-- | doc/html/tqcolor.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqcolor.html b/doc/html/tqcolor.html index 08598f1e6..1df63a357 100644 --- a/doc/html/tqcolor.html +++ b/doc/html/tqcolor.html @@ -179,7 +179,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="ntqpalette.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="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>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="Spec-enum"></a>TQColor::Spec</h3> @@ -315,13 +315,13 @@ displays as well as for colormap displays, except that <a href="#destroyAllocContext">TQColor::destroyAllocContext</a>() does nothing for true color. <p> Example: <pre> - <a href="ntqpixmap.html">TQPixmap</a> loadPixmap( <a href="tqstring.html">TQString</a> fileName ) + <a href="tqpixmap.html">TQPixmap</a> loadPixmap( <a href="tqstring.html">TQString</a> fileName ) { static int alloc_context = 0; if ( alloc_context ) TQColor::<a href="#destroyAllocContext">destroyAllocContext</a>( alloc_context ); alloc_context = TQColor::<a href="#enterAllocContext">enterAllocContext</a>(); - <a href="ntqpixmap.html">TQPixmap</a> pm( fileName ); + <a href="tqpixmap.html">TQPixmap</a> pm( fileName ); TQColor::<a href="#leaveAllocContext">leaveAllocContext</a>(); return pm; } @@ -441,7 +441,7 @@ character followed by three two-digit hexadecimal numbers. Returns the number of color bit planes for the underlying window system. <p> The returned value is equal to the default pixmap depth. -<p> <p>See also <a href="ntqpixmap.html#defaultDepth">TQPixmap::defaultDepth</a>(). +<p> <p>See also <a href="tqpixmap.html#defaultDepth">TQPixmap::defaultDepth</a>(). <h3 class=fn>bool <a name="operator!-eq"></a>TQColor::operator!= ( const <a href="tqcolor.html">TQColor</a> & c ) const </h3> |