Spectral/src/spectraluser.cpp

6 lines
108 B
C++
Raw Normal View History

#include "spectraluser.h"
2019-05-17 07:01:01 +00:00
QColor SpectralUser::color() {
return QColor::fromHslF(hueF(), 0.7, 0.5, 1);
}