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

Method getTimelineBoundsColor

Engine/Settings.cpp:3528–3536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3526}
3527
3528void
3529Settings::getTimelineBoundsColor(double* r,
3530 double* g,
3531 double* b) const
3532{
3533 *r = _timelineBoundsColor->getValue(0);
3534 *g = _timelineBoundsColor->getValue(1);
3535 *b = _timelineBoundsColor->getValue(2);
3536}
3537
3538void
3539Settings::getTimelineBGColor(double* r,

Callers 3

drawProjectBoundsMethod · 0.80
paintGLMethod · 0.80
drawTimelineMarkersMethod · 0.80

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected