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

Method getTimelineBGColor

Engine/Settings.cpp:3538–3546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3536}
3537
3538void
3539Settings::getTimelineBGColor(double* r,
3540 double* g,
3541 double* b) const
3542{
3543 *r = _timelineBGColor->getValue(0);
3544 *g = _timelineBGColor->getValue(1);
3545 *b = _timelineBGColor->getValue(2);
3546}
3547
3548void
3549Settings::getCachedFrameColor(double* r,

Callers 1

paintGLMethod · 0.80

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected