diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
| commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
| tree | 2d674f204c5205ca577a782e1b50583afd563972 /doc/html/ntqcolor.html | |
| parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
| download | tqt-87d29563.tar.gz tqt-87d29563.zip | |
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqcolor.html')
| -rw-r--r-- | doc/html/ntqcolor.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqcolor.html b/doc/html/ntqcolor.html index 7508d63c1..d60a61f4a 100644 --- a/doc/html/ntqcolor.html +++ b/doc/html/ntqcolor.html @@ -117,7 +117,7 @@ will usually be surprising. <p> There are 19 predefined TQColor objects: <tt>white</tt>, <tt>black</tt>, <tt>red</tt>, <tt>darkRed</tt>, <tt>green</tt>, <tt>darkGreen</tt>, <tt>blue</tt>, <tt>darkBlue</tt>, <tt>cyan</tt>, <tt>darkCyan</tt>, <tt>magenta</tt>, <tt>darkMagenta</tt>, <tt>yellow</tt>, <tt>darkYellow</tt>, <tt>gray</tt>, <tt>darkGray</tt>, <tt>lightGray</tt>, <tt>color0</tt> and <tt>color1</tt>, accessible as members of the TQt namespace (ie. <tt>TQt::red</tt>). <p> <center><img src="qt-colors.png" alt="TQt Colors"></center> <p> The colors <tt>color0</tt> (zero pixel value) and <tt>color1</tt> (non-zero -pixel value) are special colors for drawing in <a href="ntqbitmap.html">bitmaps</a>. Painting with <tt>color0</tt> sets the bitmap bits to 0 +pixel value) are special colors for drawing in <a href="tqbitmap.html">bitmaps</a>. Painting with <tt>color0</tt> sets the bitmap bits to 0 (transparent, i.e. background), and painting with <tt>color1</tt> sets the bits to 1 (opaque, i.e. foreground). <p> The TQColor class has an efficient, dynamic color allocation |
