TuttleOFX  1
HistogramKeyerHistogramDisplay.hpp File Reference
#include "HistogramKeyerDefinitions.hpp"
#include "OverlayData.hpp"
Include dependency graph for HistogramKeyerHistogramDisplay.hpp:
This graph shows which files directly or indirectly include this file:

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::histogramKeyer

Functions

void tuttle::plugin::histogramKeyer::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::histogramKeyer::displayASpecificHistogramBorder (const HistogramVector &v, const double step, const double height, const double width, const HistogramColor color)
void tuttle::plugin::histogramKeyer::displaySelectionPoints (const HistogramVector &selection_v, const double step, const double width, const HistogramColor color)
void tuttle::plugin::histogramKeyer::displayRedIndicator (const OfxPointI size)
void tuttle::plugin::histogramKeyer::displayGreenIndicator (const OfxPointI size)
void tuttle::plugin::histogramKeyer::displayBlueIndicator (const OfxPointI size)
void tuttle::plugin::histogramKeyer::displayLightnessIndicator (const OfxPointI size)
void tuttle::plugin::histogramKeyer::displaySaturationIndicator (const OfxPointI size)
void tuttle::plugin::histogramKeyer::displayHueIndicator (const OfxPointI size, int precisionHueIndicator)
void tuttle::plugin::histogramKeyer::displayAverageBar (const int average, HistogramColor color, const int width, const int height, const double step)