Public Member Functions | |
| ColorTable (int id) | |
| QColor | operator[] (unsigned int ind) const |
| QColor | operator[] (float v) const |
| QColor | operator() (float v) const |
| int | getSize (void) const |
| QString | getName () const |
| QPixmap | getPixmap () |
Protected Attributes | |
| QString | name |
| Name of the table. | |
| unsigned int | ncols |
| Number of colors in this table. | |
| std::vector< QColor > | table |
| The color table. | |
1.6.1