16shiftHsv(
const QColor& colorBegin,
const QColor& colorEnd, ColorTable::iterator fromEntry, ColorTable::iterator toEntry,
const ColorShiftCurve& curve = {});
19shiftHsl(
const QColor& colorBegin,
const QColor& colorEnd, ColorTable::iterator fromEntry, ColorTable::iterator toEntry,
const ColorShiftCurve& curve = {});
24shiftRgb(
const QColor& colorBegin,
const QColor& colorEnd, ColorTable::iterator fromEntry, ColorTable::iterator toEntry,
const ColorShiftCurve& curve = {});
Encapsulates the std::function() template.
Definition TClosure.h:14
Definition Application.h:10
_PAL_FUNC void shiftSaturation(const QColor &color, ColorTable::iterator fromEntry, ColorTable::iterator toEntry, const ColorShiftCurve &curve={})
QList< QRgb > ColorTable
Definition ColorTable.h:11
_PAL_FUNC void shiftHsl(const QColor &colorBegin, const QColor &colorEnd, ColorTable::iterator fromEntry, ColorTable::iterator toEntry, const ColorShiftCurve &curve={})
TClosure< qreal, qreal > ColorShiftCurve
Definition ColorTable.h:13
_PAL_FUNC void shiftHsv(const QColor &colorBegin, const QColor &colorEnd, ColorTable::iterator fromEntry, ColorTable::iterator toEntry, const ColorShiftCurve &curve={})
_PAL_FUNC void shiftRgb(const QColor &colorBegin, const QColor &colorEnd, ColorTable::iterator fromEntry, ColorTable::iterator toEntry, const ColorShiftCurve &curve={})
#define _PAL_FUNC
Definition pal/iface/global.h:34