Langmuir
Simulation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
color.h
Go to the documentation of this file.
1 #ifndef COLOR_H
2 #define COLOR_H
3 
4 #include <QObject>
5 #include <QColor>
6 
7 namespace LangmuirView {
8 
9 namespace color {
10 
14  float* qColorToArray4(const QColor &color, float *array);
15 
19  float* qColorToArray4(const QColor &color);
20 }
21 
22 }
23 
24 #endif // COLOR_H
Definition: axis.h:6
float * qColorToArray4(const QColor &color, float *array)
Copy color data to array of size 4.