summaryrefslogtreecommitdiffstats
path: root/sip/tdefx/kimageeffect.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/tdefx/kimageeffect.sip')
-rw-r--r--sip/tdefx/kimageeffect.sip102
1 files changed, 51 insertions, 51 deletions
diff --git a/sip/tdefx/kimageeffect.sip b/sip/tdefx/kimageeffect.sip
index 6e332f6..9585e8f 100644
--- a/sip/tdefx/kimageeffect.sip
+++ b/sip/tdefx/kimageeffect.sip
@@ -108,20 +108,20 @@ public:
%End
- static QImage gradient (const QSize&, const QColor&, const QColor&, KImageEffect::GradientType, int = 3);
- static QImage unbalancedGradient (const QSize&, const QColor&, const QColor&, KImageEffect::GradientType, int = 100, int = 100, int = 3);
- static QImage& blend (const QColor&, QImage&, float);
- static QImage& blend (QImage&, QImage&, float);
- static QImage& blend (QImage&, float, const QColor&, KImageEffect::GradientType, bool = 0);
- static QImage& blend (QImage&, QImage&, KImageEffect::GradientType, int = 100, int = 100);
- static QImage& blend (QImage&, QImage&, QImage&, KImageEffect::RGBComponent);
- static bool blend (const QImage&, const QImage&, QImage&);
- static bool blend (int& /In, Out/, int& /In, Out/, const QImage&, const QImage&, QImage&);
- static bool blendOnLower (int, int, const QImage&, const QImage&);
+ static TQImage gradient (const TQSize&, const TQColor&, const TQColor&, KImageEffect::GradientType, int = 3);
+ static TQImage unbalancedGradient (const TQSize&, const TQColor&, const TQColor&, KImageEffect::GradientType, int = 100, int = 100, int = 3);
+ static TQImage& blend (const TQColor&, TQImage&, float);
+ static TQImage& blend (TQImage&, TQImage&, float);
+ static TQImage& blend (TQImage&, float, const TQColor&, KImageEffect::GradientType, bool = 0);
+ static TQImage& blend (TQImage&, TQImage&, KImageEffect::GradientType, int = 100, int = 100);
+ static TQImage& blend (TQImage&, TQImage&, TQImage&, KImageEffect::RGBComponent);
+ static bool blend (const TQImage&, const TQImage&, TQImage&);
+ static bool blend (int& /In, Out/, int& /In, Out/, const TQImage&, const TQImage&, TQImage&);
+ static bool blendOnLower (int, int, const TQImage&, const TQImage&);
%If ( KDE_3_2_0 - )
- static void blendOnLower (const QImage&, const QPoint&, QImage&, const QRect&);
- static void blendOnLower (const QImage&, const QPoint&, QImage&, const QRect&, float);
+ static void blendOnLower (const TQImage&, const TQPoint&, TQImage&, const TQRect&);
+ static void blendOnLower (const TQImage&, const TQPoint&, TQImage&, const TQRect&, float);
enum Disposition
{
@@ -135,69 +135,69 @@ public:
CenteredAutoFit
};
- static QRect computeDestinationRect (const QSize&, KImageEffect::Disposition, QImage&);
- static void blendOnLower (QImage&, QImage&, KImageEffect::Disposition, float);
+ static TQRect computeDestinationRect (const TQSize&, KImageEffect::Disposition, TQImage&);
+ static void blendOnLower (TQImage&, TQImage&, KImageEffect::Disposition, float);
%End
- static QImage& channelIntensity (QImage&, float, KImageEffect::RGBComponent);
- static QImage& fade (QImage&, float, const QColor&);
- static QImage& flatten (QImage&, const QColor&, const QColor&, int = 0);
- static QImage& hash (QImage&, KImageEffect::Lighting = NorthLite , uint = 0);
- static QImage& intensity (QImage&, float);
- static QImage& modulate (QImage&, QImage&, bool, KImageEffect::ModulationType, int, KImageEffect::RGBComponent);
- static QImage& toGray (QImage&, bool = 0);
- static QImage& desaturate (QImage&, float = 0.3);
- static QImage& contrast (QImage&, int);
-//ig static QImage& dither (QImage&, const QColor*, int);
- static QImage& selectedImage (QImage&, const QColor&);
- static void contrastHSV (QImage&, bool = 1);
- static void normalize (QImage&);
- static void equalize (QImage&);
- static void threshold (QImage&, uint = 128);
- static void solarize (QImage&, double = 50.0);
+ static TQImage& channelIntensity (TQImage&, float, KImageEffect::RGBComponent);
+ static TQImage& fade (TQImage&, float, const TQColor&);
+ static TQImage& flatten (TQImage&, const TQColor&, const TQColor&, int = 0);
+ static TQImage& hash (TQImage&, KImageEffect::Lighting = NorthLite , uint = 0);
+ static TQImage& intensity (TQImage&, float);
+ static TQImage& modulate (TQImage&, TQImage&, bool, KImageEffect::ModulationType, int, KImageEffect::RGBComponent);
+ static TQImage& toGray (TQImage&, bool = 0);
+ static TQImage& desaturate (TQImage&, float = 0.3);
+ static TQImage& contrast (TQImage&, int);
+//ig static TQImage& dither (TQImage&, const TQColor*, int);
+ static TQImage& selectedImage (TQImage&, const TQColor&);
+ static void contrastHSV (TQImage&, bool = 1);
+ static void normalize (TQImage&);
+ static void equalize (TQImage&);
+ static void threshold (TQImage&, uint = 128);
+ static void solarize (TQImage&, double = 50.0);
%If ( KDE_3_2_0 - )
- static QImage emboss (QImage&, double, double);
+ static TQImage emboss (TQImage&, double, double);
%End
- static QImage emboss (QImage&);
- static QImage despeckle (QImage&);
+ static TQImage emboss (TQImage&);
+ static TQImage despeckle (TQImage&);
%If ( KDE_3_2_0 - )
- static QImage charcoal (QImage&, double, double);
+ static TQImage charcoal (TQImage&, double, double);
%End
- static QImage charcoal (QImage&, double = 50.0);
- static QImage rotate (QImage&, KImageEffect::RotateDirection);
- static QImage sample (QImage&, int, int);
- static QImage addNoise (QImage&, KImageEffect::NoiseType = GaussianNoise );
+ static TQImage charcoal (TQImage&, double = 50.0);
+ static TQImage rotate (TQImage&, KImageEffect::RotateDirection);
+ static TQImage sample (TQImage&, int, int);
+ static TQImage addNoise (TQImage&, KImageEffect::NoiseType = GaussianNoise );
%If ( KDE_3_2_0 - )
- static QImage blur (QImage&, double, double);
+ static TQImage blur (TQImage&, double, double);
%End
- static QImage blur (QImage&, double = 50.0);
- static QImage edge (QImage&, double = 50.0);
- static QImage implode (QImage&, double = 30.0, uint = -1);
+ static TQImage blur (TQImage&, double = 50.0);
+ static TQImage edge (TQImage&, double = 50.0);
+ static TQImage implode (TQImage&, double = 30.0, uint = -1);
%If ( KDE_3_2_0 - )
- static QImage oilPaintConvolve (QImage&, double);
+ static TQImage oilPaintConvolve (TQImage&, double);
%End
- static QImage oilPaint (QImage&, int = 3);
+ static TQImage oilPaint (TQImage&, int = 3);
%If ( KDE_3_2_0 - )
- static QImage sharpen (QImage&, double, double);
+ static TQImage sharpen (TQImage&, double, double);
%End
- static QImage sharpen (QImage&, double = 30.0);
- static QImage spread (QImage&, uint = 3);
- static QImage shade (QImage&, bool = 1, double = 30.0, double = 30.0);
- static QImage swirl (QImage&, double = 50.0, uint = -1);
- static QImage wave (QImage&, double = 25.0, double = 150.0, uint = -1);
+ static TQImage sharpen (TQImage&, double = 30.0);
+ static TQImage spread (TQImage&, uint = 3);
+ static TQImage shade (TQImage&, bool = 1, double = 30.0, double = 30.0);
+ static TQImage swirl (TQImage&, double = 50.0, uint = -1);
+ static TQImage wave (TQImage&, double = 25.0, double = 150.0, uint = -1);
%If ( KDE_3_3_0 - )
- static QImage bumpmap (QImage&, QImage&, double, double, int, int, int, int, int, bool, bool, KImageEffect::BumpmapType, bool);
+ static TQImage bumpmap (TQImage&, TQImage&, double, double, int, int, int, int, int, bool, bool, KImageEffect::BumpmapType, bool);
%End