Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
ColorTable.h File Reference
#include <QColor>
#include <QList>
#include <QRgb>
#include <misc/gen/TClosure.h>
#include <pal/iface/global.h>
Include dependency graph for ColorTable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  sf
 

Typedefs

typedef QList< QRgb > sf::ColorTable
 
typedef TClosure< qreal, qreal > sf::ColorShiftCurve
 

Functions

_PAL_FUNC void sf::shiftHsv (const QColor &colorBegin, const QColor &colorEnd, ColorTable::iterator fromEntry, ColorTable::iterator toEntry, const ColorShiftCurve &curve={})
 
_PAL_FUNC void sf::shiftHsl (const QColor &colorBegin, const QColor &colorEnd, ColorTable::iterator fromEntry, ColorTable::iterator toEntry, const ColorShiftCurve &curve={})
 
_PAL_FUNC void sf::shiftSaturation (const QColor &color, ColorTable::iterator fromEntry, ColorTable::iterator toEntry, const ColorShiftCurve &curve={})
 
_PAL_FUNC void sf::shiftRgb (const QColor &colorBegin, const QColor &colorEnd, ColorTable::iterator fromEntry, ColorTable::iterator toEntry, const ColorShiftCurve &curve={})