|
Krita Source Code Documentation
|
#include <kis_common_colors_recalculation_runner.h>
Inheritance diagram for KisCommonColorsRecalculationRunner:Public Member Functions | |
| QList< KoColor > | extractColors () |
| QList< QRgb > | getColors () |
| KisCommonColorsRecalculationRunner (QImage data, int numberOfColors, KisCommonColors *parentObj) | |
| void | run () override |
Private Attributes | |
| KisCommonColors * | m_commonColors |
| QImage | m_imageData |
| int | m_numColors |
Definition at line 16 of file kis_common_colors_recalculation_runner.h.
|
inline |
Definition at line 19 of file kis_common_colors_recalculation_runner.h.
Definition at line 135 of file kis_common_colors_recalculation_runner.cpp.
References getColors(), KoColorSpaceRegistry::instance(), m_numColors, and KoColorSpaceRegistry::rgb8().
Definition at line 191 of file kis_common_colors_recalculation_runner.cpp.
References m_imageData.
|
override |
Definition at line 130 of file kis_common_colors_recalculation_runner.cpp.
References extractColors(), m_commonColors, and KisCommonColors::setColors().
|
private |
Definition at line 32 of file kis_common_colors_recalculation_runner.h.
|
private |
Definition at line 30 of file kis_common_colors_recalculation_runner.h.
|
private |
Definition at line 31 of file kis_common_colors_recalculation_runner.h.