MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / GetColor

Method GetColor

Source/GridModule.cpp:231–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231ofColor GridModule::GetColor(int colorIndex) const
232{
233 if (colorIndex < (int)mColors.size())
234 return mColors[colorIndex];
235 return ofColor::magenta;
236}
237
238void GridModule::AddListener(ScriptModule* listener)
239{

Callers 6

UpdateRoutingModulesMethod · 0.45
CreateUIControlsMethod · 0.45
SetupMethod · 0.45
DrawMethod · 0.45
CreateUIControlsMethod · 0.45
RenderMethod · 0.45

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected