diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-15 13:05:33 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-22 10:05:58 +0900 |
| commit | 397b7afa8e3f32268c4454bf4783ac2a5a799658 (patch) | |
| tree | 0b41c33e457556bd2b9371788ddbce25263f00d6 /doc/man/man3/tqcolor.3qt | |
| parent | 755d46927cc6a5719e695aeb8133be6897de62d8 (diff) | |
| download | tqt-397b7afa8e3f32268c4454bf4783ac2a5a799658.tar.gz tqt-397b7afa8e3f32268c4454bf4783ac2a5a799658.zip | |
Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqcolor.3qt')
| -rw-r--r-- | doc/man/man3/tqcolor.3qt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqcolor.3qt b/doc/man/man3/tqcolor.3qt index 62dd6f426..3d5c89b91 100644 --- a/doc/man/man3/tqcolor.3qt +++ b/doc/man/man3/tqcolor.3qt @@ -227,7 +227,7 @@ Here are some examples: Pure red is H=0, S=255, V=255. A dark red, moving slight .PP Qt 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. .PP -See also TQPalette, TQColorGroup, QApplication::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. .SS "Member Type Documentation" .SH "TQColor::Spec" The type of color specified, either RGB or HSV, e.g. in the \fCTQColor::TQColor( x, y, z, colorSpec)\fR constructor. @@ -285,7 +285,7 @@ See also enterAllocContext(). .SH "int TQColor::blue () const" Returns the B (blue) component of the RGB value. .SH "void TQColor::cleanup ()\fC [static]\fR" -Internal clean up required for TQColor. This function is called from the QApplication destructor. +Internal clean up required for TQColor. This function is called from the TQApplication destructor. .PP See also initialize(). .SH "TQStringList TQColor::colorNames ()\fC [static]\fR" @@ -382,9 +382,9 @@ Calling enterAllocContext() enters an allocation context. The allocation context .br .fi .PP -You may also want to set the application's color specification. See QApplication::setColorSpec() for more information. +You may also want to set the application's color specification. See TQApplication::setColorSpec() for more information. .PP -See also leaveAllocContext(), currentAllocContext(), destroyAllocContext(), and QApplication::setColorSpec(). +See also leaveAllocContext(), currentAllocContext(), destroyAllocContext(), and TQApplication::setColorSpec(). .PP Example: showimg/showimg.cpp. .SH "void TQColor::getHsv ( int * h, int * s, int * v ) const" @@ -408,7 +408,7 @@ Returns the G (green) component of the RGB value. .PP Example: themes/metal.cpp. .SH "void TQColor::initialize ()\fC [static]\fR" -Internal initialization required for TQColor. This function is called from the QApplication constructor. +Internal initialization required for TQColor. This function is called from the TQApplication constructor. .PP See also cleanup(). .SH "bool TQColor::isValid () const" |
