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

Method getTimelinePlayheadColor

Engine/Settings.cpp:3518–3526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3516}
3517
3518void
3519Settings::getTimelinePlayheadColor(double* r,
3520 double* g,
3521 double* b) const
3522{
3523 *r = _timelinePlayheadColor->getValue(0);
3524 *g = _timelinePlayheadColor->getValue(1);
3525 *b = _timelinePlayheadColor->getValue(2);
3526}
3527
3528void
3529Settings::getTimelineBoundsColor(double* r,

Callers 3

paintGLMethod · 0.80
drawTimelineMarkersMethod · 0.80

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected