org.kde.qt
public class QGLColormap extends Object implements QtSupport
Constructor Summary | |
---|---|
protected | QGLColormap(Class dummy) |
QGLColormap() | |
QGLColormap(QGLColormap arg1) |
Method Summary | |
---|---|
void | detach() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
QColor | entryColor(int idx) |
int | entryRgb(int idx) |
protected void | finalize() Deletes the wrapped C++ instance |
int | find(int color) |
int | findNearest(int color) |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
boolean | isEmpty() |
void | setEntries(int count, int[] colors, int base) |
void | setEntries(int count, int[] colors) |
void | setEntry(int idx, int color) |
void | setEntry(int idx, QColor color) |
int | size() |