1

Topic: Function request - int RGBtoHSV(vec3 rgb)

#include "colorconverter.h"

...

m_TeeInfos.m_ColorBody = RGBtoHSVint(vec3(0, 0, 255)); // blue

I'm too lazy to copypaste stackoverflow. Anyone there for me?

/Siile