From 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 20 Jul 2024 20:15:52 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 2) Signed-off-by: Michele Calgaro --- doc/html/tqcolor.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/tqcolor.html') diff --git a/doc/html/tqcolor.html b/doc/html/tqcolor.html index 08598f1e..1df63a35 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

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. -

See also TQPalette, TQColorGroup, TQApplication::setColorSpec(), Color FAQ, Widget Appearance and Style, Graphics Classes, and Image Processing Classes. +

See also TQPalette, TQColorGroup, TQApplication::setColorSpec(), Color FAQ, Widget Appearance and Style, Graphics Classes, and Image Processing Classes.


Member Type Documentation

TQColor::Spec

@@ -315,13 +315,13 @@ displays as well as for colormap displays, except that TQColor::destroyAllocContext() does nothing for true color.

Example:

-    TQPixmap loadPixmap( TQString fileName )
+    TQPixmap loadPixmap( TQString fileName )
     {
         static int alloc_context = 0;
         if ( alloc_context )
             TQColor::destroyAllocContext( alloc_context );
         alloc_context = TQColor::enterAllocContext();
-        TQPixmap pm( fileName );
+        TQPixmap pm( fileName );
         TQColor::leaveAllocContext();
         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.
 

The returned value is equal to the default pixmap depth. -

See also TQPixmap::defaultDepth(). +

See also TQPixmap::defaultDepth().

bool TQColor::operator!= ( const TQColor & c ) const

-- cgit v1.2.1