MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / setPropertyColour

Method setPropertyColour

Source/Lua/CtrlrLuaObject.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void CtrlrLuaObject::setPropertyColour(const String &propertyName, const Colour value)
36{
37 if (Identifier::isValidIdentifier (propertyName))
38 setProperty (propertyName, value.toString());
39}
40
41void CtrlrLuaObject::setPropertyInt(const String &propertyName, const int value)
42{

Callers

nothing calls this directly

Calls 2

setPropertyFunction · 0.85
toStringMethod · 0.45

Tested by

no test coverage detected