MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / getAltTextColor

Method getAltTextColor

Engine/Settings.cpp:3508–3516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3506}
3507
3508void
3509Settings::getAltTextColor(double* r,
3510 double* g,
3511 double* b) const
3512{
3513 *r = _altTextColor->getValue(0);
3514 *g = _altTextColor->getValue(1);
3515 *b = _altTextColor->getValue(2);
3516}
3517
3518void
3519Settings::getTimelinePlayheadColor(double* r,

Callers 4

paintEventMethod · 0.80
paintEventMethod · 0.80
loadStyleSheetMethod · 0.80
paintEventMethod · 0.80

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected