The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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 - 2012 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html