forked from quickshell/quickshell
fix: new line 🧌
This commit is contained in:
parent
a84a6726cb
commit
4b911b92da
|
@ -30,11 +30,13 @@ private:
|
||||||
static char findBiggestColorRange(const QList<QColor>& rgbValues);
|
static char findBiggestColorRange(const QList<QColor>& rgbValues);
|
||||||
|
|
||||||
void quantizeImage(const QAtomicInteger<bool>& shouldCancel = false);
|
void quantizeImage(const QAtomicInteger<bool>& shouldCancel = false);
|
||||||
|
|
||||||
QList<QColor> quantization(
|
QList<QColor> quantization(
|
||||||
QList<QColor>& rgbValues,
|
QList<QColor>& rgbValues,
|
||||||
qreal depth,
|
qreal depth,
|
||||||
const QAtomicInteger<bool>& shouldCancel = false
|
const QAtomicInteger<bool>& shouldCancel = false
|
||||||
);
|
);
|
||||||
|
|
||||||
void finishRun();
|
void finishRun();
|
||||||
|
|
||||||
QAtomicInteger<bool> shouldCancel = false;
|
QAtomicInteger<bool> shouldCancel = false;
|
||||||
|
|
Loading…
Reference in a new issue