#include <qpixmap.h>#include <qpainter.h>#include <qimage.h>#include <qbitmap.h>#include <qcolor.h>#include <stdlib.h>#include "kpixmap.h"Defines | |
| #define | MAX_R 2 |
| #define | MAX_G 2 |
| #define | MAX_B 2 |
| #define | INDEXOF(r, g, b) (((r)*(MAX_G+1)+(g))*(MAX_B+1)+(b)) |
Functions | |
| bool | kdither_32_to_8 (const QImage *src, QImage *dst) |
Variables | |
| QColor * | kpixmap_iconPalette = 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
1.3.2