|
DynExp
Highly flexible laboratory automation for dynamically changing experiments.
|
Colors for plotting. More...
Functions | |
| constexpr const std::vector< QColor > & | GetColors () |
| Returns the plot color cycle list. | |
| constexpr QColor | ColorFromIndex (size_t Index) |
Returns the plot color from the cycle list to be assigned to the plot with index Index. | |
Colors for plotting.
|
constexpr |
Returns the plot color from the cycle list to be assigned to the plot with index Index.
| Index | Plot index |
GetColors() corresponding to the given index. If Index exceeds the size of the color cycle list, cycling through the list is repeated. Definition at line 147 of file DynExpDefinitions.h.in.
|
constexpr |
Returns the plot color cycle list.
Definition at line 123 of file DynExpDefinitions.h.in.