diff options
Diffstat (limited to 'src/kernel/tqimage.cpp')
-rw-r--r-- | src/kernel/tqimage.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/kernel/tqimage.cpp b/src/kernel/tqimage.cpp index e7afa87f1..58b8a1221 100644 --- a/src/kernel/tqimage.cpp +++ b/src/kernel/tqimage.cpp @@ -96,7 +96,7 @@ An entry in the color table is an RGB triplet encoded as a \c uint. Use the \link ::tqRed() tqRed()\endlink, \link ::tqGreen() tqGreen()\endlink and \link ::tqBlue() tqBlue()\endlink functions (\c - ntqcolor.h) to access the components, and \link ::tqRgb() + tqcolor.h) to access the components, and \link ::tqRgb() tqRgb\endlink to make an RGB triplet (see the TQColor class documentation). @@ -823,7 +823,7 @@ TQImage TQImage::copy(int x, int y, int w, int h, int conversion_flags) const A color value is an RGB triplet. Use the \link ::tqRed() tqRed()\endlink, \link ::tqGreen() tqGreen()\endlink and \link - ::tqBlue() tqBlue()\endlink functions (defined in \c ntqcolor.h) to + ::tqBlue() tqBlue()\endlink functions (defined in \c tqcolor.h) to get the color value components. \sa setColor() numColors() TQColor @@ -835,7 +835,7 @@ TQImage TQImage::copy(int x, int y, int w, int h, int conversion_flags) const Sets a color in the color table at index \a i to \a c. A color value is an RGB triplet. Use the \link ::tqRgb() - tqRgb()\endlink function (defined in \c ntqcolor.h) to make RGB + tqRgb()\endlink function (defined in \c tqcolor.h) to make RGB triplets. \sa color() setNumColors() numColors() @@ -855,7 +855,7 @@ TQImage TQImage::copy(int x, int y, int w, int h, int conversion_flags) const directly, because the pixel format depends on the byte order on the underlying platform. Hint: use \link ::tqRed() tqRed()\endlink, \link ::tqGreen() tqGreen()\endlink and \link ::tqBlue() - tqBlue()\endlink, etc. (ntqcolor.h) to access the pixels. + tqBlue()\endlink, etc. (tqcolor.h) to access the pixels. \sa bytesPerLine() bits() jumpTable() */ @@ -2297,7 +2297,7 @@ TQImage TQImage::convertBitOrder( Endian bitOrder ) const return image; } -// ### Candidate (renamed) for ntqcolor.h +// ### Candidate (renamed) for tqcolor.h static bool isGray(TQRgb c) { |