MCPcopy Create free account
hub / github.com/CasparCG/client / SolidColorCommand

Method SolidColorCommand

src/Core/Commands/SolidColorCommand.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include <QtGui/QColor>
6
7SolidColorCommand::SolidColorCommand(QObject* parent)
8 : AbstractCommand(parent)
9{
10}
11
12const QString& SolidColorCommand::getColor() const
13{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected