TuttleOFX
1
|
Go to the source code of this file.
Namespaces | |
namespace | tuttle |
This file provides a set of reimplementations of CImg functions by means of the generic image library (gil). Functions for image blurring. | |
namespace | tuttle::plugin |
namespace | tuttle::plugin::histogram |
Functions | |
void | tuttle::plugin::histogram::displayASpecificHistogram (const HistogramVector &v, const HistogramVector &selection_v, const double step, const double height, const double width, const HistogramColor color, float selectionMultiplier) |
void | tuttle::plugin::histogram::displayASpecificHistogramBorder (const HistogramVector &v, const double step, const double height, const double width, const HistogramColor color) |
void | tuttle::plugin::histogram::displaySelectionPoints (const HistogramVector &selection_v, const double step, const double width, const HistogramColor color) |
void | tuttle::plugin::histogram::displayRedIndicator (const OfxPointI size) |
void | tuttle::plugin::histogram::displayGreenIndicator (const OfxPointI size) |
void | tuttle::plugin::histogram::displayBlueIndicator (const OfxPointI size) |
void | tuttle::plugin::histogram::displayLightnessIndicator (const OfxPointI size) |
void | tuttle::plugin::histogram::displaySaturationIndicator (const OfxPointI size) |
void | tuttle::plugin::histogram::displayHueIndicator (const OfxPointI size, int precisionHueIndicator) |
void | tuttle::plugin::histogram::displayAverageBar (const int average, HistogramColor color, const int width, const int height, const double step) |