|
Krita Source Code Documentation
|
Classes | |
| class | PixelCacheRenderer |
Enumerations | |
| enum | ColorRole { Foreground , Background } |
Functions | |
| ColorRole | buttonsToRole (Qt::MouseButton button, Qt::MouseButtons buttons) |
| ColorRole | buttonToRole (Qt::MouseButton button) |
| template<class ResourceProvider > | |
| KoColor | currentColor (ResourceProvider *provider, ColorRole role) |
| template<class PaintDeviceSP > | |
| KoColor | sampleColor (PaintDeviceSP device, const QPoint &pt) |
| template<class PaintDeviceSP > | |
| void | setColor (PaintDeviceSP device, const QPoint &pt, const KoColor &color) |
| template<class Iterator > | |
| void | setColorWithIterator (Iterator &it, const KoColor &color, const int pixelSize) |
| template<class ResourceProvider > | |
| void | setCurrentColor (ResourceProvider *provider, ColorRole role, const KoColor &color) |
| enum Acs::ColorRole |
| Enumerator | |
|---|---|
| Foreground | |
| Background | |
Definition at line 16 of file kis_acs_types.h.
|
inline |
Definition at line 22 of file kis_acs_types.h.
References Background, button(), buttons(), and Foreground.
|
inline |
Definition at line 18 of file kis_acs_types.h.
References Background, button(), and Foreground.
| KoColor Acs::currentColor | ( | ResourceProvider * | provider, |
| ColorRole | role ) |
Definition at line 36 of file kis_acs_types.h.
References Foreground.
| KoColor Acs::sampleColor | ( | PaintDeviceSP | device, |
| const QPoint & | pt ) |
Definition at line 41 of file kis_acs_types.h.
References void().
| void Acs::setColor | ( | PaintDeviceSP | device, |
| const QPoint & | pt, | ||
| const KoColor & | color ) |
Definition at line 50 of file kis_acs_types.h.
References void().
| void Acs::setColorWithIterator | ( | Iterator & | it, |
| const KoColor & | color, | ||
| const int | pixelSize ) |
Definition at line 55 of file kis_acs_types.h.
References KoColor::data().
| void Acs::setCurrentColor | ( | ResourceProvider * | provider, |
| ColorRole | role, | ||
| const KoColor & | color ) |
Definition at line 27 of file kis_acs_types.h.
References Foreground.