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

Method getKeyframeColor

Engine/Settings.cpp:3468–3476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3466}
3467
3468void
3469Settings::getKeyframeColor(double* r,
3470 double* g,
3471 double* b) const
3472{
3473 *r = _keyframeColor->getValue(0);
3474 *g = _keyframeColor->getValue(1);
3475 *b = _keyframeColor->getValue(2);
3476}
3477
3478void
3479Settings::getTrackerKeyframeColor(double* r,

Callers 6

paintEventMethod · 0.80
loadStyleSheetMethod · 0.80
paintGLMethod · 0.80
paintMethod · 0.80
paintMethod · 0.80
paintEventMethod · 0.80

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected