Definition at line 59 of file qcolormap.h.
#include <qcolormap.h>
Public Types |
|
| enum | Mode { Direct, Indexed, Gray } |
Public Member Functions |
|
| QColormap (const QColormap &colormap) | |
| ~QColormap () | |
| QColormap & | operator= (const QColormap &colormap) |
| Mode | mode () const |
| int | depth () const |
| int | size () const |
| uint | pixel (const QColor &color) const |
| const QColor | colorAt (uint pixel) const |
| const QVector< QColor > | colormap () const |
Static Public Member Functions |
|
| static void | initialize () |
| static void | cleanup () |
| static QColormap | instance (int screen=-1) |
| enum Mode |
Definition at line 62 of file qcolormap.h.
| ~QColormap | ( | ) |
| static void initialize | ( | ) | [static] |
| static void cleanup | ( | ) | [static] |
| static QColormap instance | ( | int | screen = -1 |
) | [static] |
| Mode mode | ( | ) | const |
| int depth | ( | ) | const |
| int size | ( | ) | const |
| uint pixel | ( | const QColor & | color | ) | const |
| const QColor colorAt | ( | uint | pixel | ) | const |