#include <QColor>
#include <QList>
#include <QRgb>
#include <misc/gen/TClosure.h>
#include <pal/iface/global.h>
Go to the source code of this file.
|
_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={}) |
|