NAME
Qt::OpenGL::QGLColormap
PUBLIC METHODS
- QGLColormap()
- QGLColormap(const QGLColormap & arg0)
- ~QGLColormap()
- void detach()
- QColor entryColor(int idx)
- QRgb entryRgb(int idx)
- int find(QRgb color)
- int findNearest(QRgb color)
- bool isEmpty()
- QGLColormap & operator=(const QGLColormap & arg0)
- void setEntries(int count, const QRgb * colors, int base)
- void setEntries(int count, const QRgb * colors, int base = 0)
- void setEntry(int idx, QRgb color)
- void setEntry(int idx, const QColor & color)
- int size()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.