|
AlbumShaper 1.0a3
|

Go to the source code of this file.
Classes | |
| class | DPoint |
Functions | |
| QRgb | interpolatedPixelValue (double xp, double yp, QImage *image) |
| QRgb | blendColors (QRgb color1, QRgb color2, double alpha) |
| DPoint | findTwoLineIntersection (DPoint p1, DPoint p2, DPoint p3, DPoint p4) |
| QRgb blendColors | ( | QRgb | color1, |
| QRgb | color2, | ||
| double | alpha ) |
Definition at line 362 of file tilt.cpp.
Referenced by interpolatedPixelValue().
Definition at line 370 of file tilt.cpp.
References DPoint::x(), and DPoint::y().
Referenced by correctImageTilt().
| QRgb interpolatedPixelValue | ( | double | xp, |
| double | yp, | ||
| QImage * | image ) |
Definition at line 315 of file tilt.cpp.
References blendColors(), height, and width.
Referenced by correctImageTilt().