|
AlbumShaper 1.0a3
|
#include <qimage.h>#include <qstring.h>#include <qapplication.h>#include "color.h"#include "../../gui/statusWidget.h"
Go to the source code of this file.
Macros | |
| #define | MIN(x, y) |
| #define | MAX(x, y) |
Functions | |
| QImage * | improveColorBalance (QString filename, StatusWidget *status) |
| #define MAX | ( | x, | |
| y ) |
Definition at line 21 of file color.cpp.
Referenced by HistogramEditor::adjustImage(), EdgeDetect::computeClusterStatistics(), EdgeDetect::computeClusterThresholds(), SelectionInterface::constructDisplayImages(), SelectionInterface::cropSelectedPoint(), EdgeDetect::findPixelClusters(), SelectionInterface::getSelection(), improveColorBalance(), SelectionInterface::keyPressEvent(), SelectionInterface::mouseActionByPosition(), SelectionInterface::mouseMoveEvent(), SelectionInterface::mousePressEvent(), SelectionInterface::mouseReleaseEvent(), SelectionInterface::paintEvent(), EdgeDetect::pixelLum(), HistogramEditor::scaleColor(), SelectionInterface::scaleSelection(), and SelectionPlacementInterface::SelectionPlacementInterface().
| #define MIN | ( | x, | |
| y ) |
Definition at line 20 of file color.cpp.
Referenced by HistogramEditor::adjustImage(), EdgeDetect::computeClusterStatistics(), SelectionInterface::constructDisplayImages(), SelectionInterface::cropSelectedPoint(), EdgeDetect::findPixelClusters(), SelectionInterface::getSelection(), improveColorBalance(), SelectionInterface::keyPressEvent(), SelectionInterface::mouseActionByPosition(), SelectionInterface::mouseMoveEvent(), SelectionInterface::mousePressEvent(), SelectionInterface::mouseReleaseEvent(), SelectionInterface::paintEvent(), EdgeDetect::pixelLum(), HistogramEditor::scaleColor(), SelectionInterface::scaleSelection(), and SelectionPlacementInterface::SelectionPlacementInterface().
| QImage * improveColorBalance | ( | QString | filename, |
| StatusWidget * | status ) |
Definition at line 92 of file color.cpp.
References b, editedImage, StatusWidget::incrementProgress(), MAX, MIN, newProgress, StatusWidget::setStatus(), StatusWidget::showProgressBar(), status, and updateIncrement.
Referenced by EditingInterface::colorBalance().