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

Method getInterpolatedColor

Engine/Settings.cpp:3458–3466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3456}
3457
3458void
3459Settings::getInterpolatedColor(double* r,
3460 double* g,
3461 double* b) const
3462{
3463 *r = _interpolatedColor->getValue(0);
3464 *g = _interpolatedColor->getValue(1);
3465 *b = _interpolatedColor->getValue(2);
3466}
3467
3468void
3469Settings::getKeyframeColor(double* r,

Callers 5

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

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected