![]() |
open_iA
2020.01
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
#include <iAColorTheme.h>
Public Member Functions | |
| void | addColor (QColor const &) |
| add a color to the theme (typically only necessary for theme creators) More... | |
| const QColor & | color (size_t idx) const override |
| returns the color with the given index in this theme More... | |
| iAVectorColorTheme (QString const &name) | |
| size_t | size () const override |
| returns the number of colors in this theme More... | |
Public Member Functions inherited from iAColorTheme | |
| iAColorTheme (QString const &name) | |
| const QString & | name () const |
| get the name of the color theme More... | |
| virtual | ~iAColorTheme () |
| iAVectorColorTheme::iAVectorColorTheme | ( | QString const & | name | ) |
| void iAVectorColorTheme::addColor | ( | QColor const & | color | ) |
add a color to the theme (typically only necessary for theme creators)
|
overridevirtual |
returns the color with the given index in this theme
Implements iAColorTheme.
|
overridevirtual |
returns the number of colors in this theme
Implements iAColorTheme.
1.8.16