MCPcopy Create free account
hub / github.com/Atarity/Lightpack / ApiServerSetColorTask

Method ApiServerSetColorTask

Software/src/ApiServerSetColorTask.cpp:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31#include "PrismatikMath.hpp"
32
33ApiServerSetColorTask::ApiServerSetColorTask(QObject *parent) :
34 QObject(parent)
35{
36 m_numberOfLeds = MaximumNumberOfLeds::Default;
37
38 reinitColorBuffers();
39}
40
41void ApiServerSetColorTask::startParseSetColorTask(QByteArray buffer)
42{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected