![]() |
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 | |
| const QColor & | color (size_t idx) const override |
| returns the color with the given index in this theme More... | |
| iASingleColorTheme (QString const &name, QColor const &color) | |
| 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 () |
| iASingleColorTheme::iASingleColorTheme | ( | QString const & | name, |
| QColor const & | color | ||
| ) |
|
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