diff options
Diffstat (limited to 'doc/html/ntqcolor.html')
-rw-r--r-- | doc/html/ntqcolor.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqcolor.html b/doc/html/ntqcolor.html index ba7d399fa..7508d63c1 100644 --- a/doc/html/ntqcolor.html +++ b/doc/html/ntqcolor.html @@ -227,7 +227,7 @@ RGB value in a standard way. If <em>pixel</em> is something else, then the pixel value is set directly to <em>pixel</em>, skipping the normal allocation procedure. -<h3 class=fn><a name="TQColor-5"></a>TQColor::TQColor ( const <a href="ntqstring.html">TQString</a> & name ) +<h3 class=fn><a name="TQColor-5"></a>TQColor::TQColor ( const <a href="tqstring.html">TQString</a> & name ) </h3> Constructs a named color in the same way as <a href="#setNamedColor">setNamedColor</a>() using name <em>name</em>. @@ -266,10 +266,10 @@ Internal clean up required for TQColor. This function is called from the <a href="ntqapplication.html">TQApplication</a> destructor. <p> <p>See also <a href="#initialize">initialize</a>(). -<h3 class=fn><a href="ntqstringlist.html">TQStringList</a> <a name="colorNames"></a>TQColor::colorNames ()<tt> [static]</tt> +<h3 class=fn><a href="tqstringlist.html">TQStringList</a> <a name="colorNames"></a>TQColor::colorNames ()<tt> [static]</tt> </h3> -Returns a <a href="ntqstringlist.html">TQStringList</a> containing the color names TQt knows about. +Returns a <a href="tqstringlist.html">TQStringList</a> containing the color names TQt knows about. <h3 class=fn>int <a name="currentAllocContext"></a>TQColor::currentAllocContext ()<tt> [static]</tt> </h3> @@ -315,7 +315,7 @@ 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="ntqstring.html">TQString</a> fileName ) + <a href="ntqpixmap.html">TQPixmap</a> loadPixmap( <a href="tqstring.html">TQString</a> fileName ) { static int alloc_context = 0; if ( alloc_context ) @@ -429,7 +429,7 @@ window system if the window system uses a palette. <p> Otherwise returns -1. Use <a href="#numBitPlanes">numBitPlanes</a>() to calculate the available colors in that case. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="name"></a>TQColor::name () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="name"></a>TQColor::name () const </h3> Returns the name of the color in the format "#RRGGBB", i.e. a "#" character followed by three two-digit hexadecimal numbers. @@ -506,7 +506,7 @@ may return slightly different values to those set by <a href="#setHsv">setHsv</a <p> <p>See also <a href="#hsv">hsv</a>() and <a href="#setRgb">setRgb</a>(). <p>Examples: <a href="drawdemo-example.html#x1063">drawdemo/drawdemo.cpp</a>, <a href="grapher-nsplugin-example.html#x2740">grapher/grapher.cpp</a>, and <a href="progress-example.html#x66">progress/progress.cpp</a>. -<h3 class=fn>void <a name="setNamedColor"></a>TQColor::setNamedColor ( const <a href="ntqstring.html">TQString</a> & name ) +<h3 class=fn>void <a name="setNamedColor"></a>TQColor::setNamedColor ( const <a href="tqstring.html">TQString</a> & name ) </h3> Sets the RGB value to <em>name</em>, which may be in one of these formats: |