diff options
Diffstat (limited to 'doc/man/man3/tqcolor.3qt')
-rw-r--r-- | doc/man/man3/tqcolor.3qt | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/man/man3/tqcolor.3qt b/doc/man/man3/tqcolor.3qt index c6f474a61..08c13061d 100644 --- a/doc/man/man3/tqcolor.3qt +++ b/doc/man/man3/tqcolor.3qt @@ -9,7 +9,7 @@ .SH NAME TQColor \- Colors based on RGB or HSV values .SH SYNOPSIS -\fC#include <ntqcolor.h>\fR +\fC#include <tqcolor.h>\fR .PP .SS "Public Members" .in +1c @@ -17,25 +17,25 @@ TQColor \- Colors based on RGB or HSV values .BI "enum \fBSpec\fR { Rgb, Hsv }" .br .ti -1c -.BI "\fBQColor\fR ()" +.BI "\fBTQColor\fR ()" .br .ti -1c -.BI "\fBQColor\fR ( int r, int g, int b )" +.BI "\fBTQColor\fR ( int r, int g, int b )" .br .ti -1c -.BI "\fBQColor\fR ( int x, int y, int z, Spec colorSpec )" +.BI "\fBTQColor\fR ( int x, int y, int z, Spec colorSpec )" .br .ti -1c -.BI "\fBQColor\fR ( TQRgb rgb, uint pixel = 0xffffffff )" +.BI "\fBTQColor\fR ( TQRgb rgb, uint pixel = 0xffffffff )" .br .ti -1c -.BI "\fBQColor\fR ( const TQString & name )" +.BI "\fBTQColor\fR ( const TQString & name )" .br .ti -1c -.BI "\fBQColor\fR ( const char * name )" +.BI "\fBTQColor\fR ( const char * name )" .br .ti -1c -.BI "\fBQColor\fR ( const TQColor & c )" +.BI "\fBTQColor\fR ( const TQColor & c )" .br .ti -1c .BI "TQColor & \fBoperator=\fR ( const TQColor & c )" @@ -227,14 +227,14 @@ 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 QPalette, QColorGroup, QApplication::setColorSpec(), Color FAQ, Widget Appearance and Style, Graphics Classes, and Image Processing Classes. +See also QPalette, TQColorGroup, QApplication::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 \fCQColor::TQColor( x, y, z, colorSpec)\fR constructor. +The type of color specified, either RGB or HSV, e.g. in the \fCTQColor::TQColor( x, y, z, colorSpec)\fR constructor. .TP -\fCQColor::Rgb\fR +\fCTQColor::Rgb\fR .TP -\fCQColor::Hsv\fR +\fCTQColor::Hsv\fR .SH MEMBER FUNCTION DOCUMENTATION .SH "TQColor::TQColor ()" Constructs an invalid color with the RGB value (0, 0, 0). An invalid color is a color that is not properly set up for the underlying window system. @@ -567,7 +567,7 @@ The return type QRgba is equivalent to \fCunsigned\fR \fCint\fR. See also tqRgb(), tqRed(), tqGreen(), and tqBlue(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/ntqcolor.html +.BR http://doc.trolltech.com/tqcolor.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |