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

Method getSelectionColor

Engine/Settings.cpp:3448–3456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3446}
3447
3448void
3449Settings::getSelectionColor(double* r,
3450 double* g,
3451 double* b) const
3452{
3453 *r = _selectionColor->getValue(0);
3454 *g = _selectionColor->getValue(1);
3455 *b = _selectionColor->getValue(2);
3456}
3457
3458void
3459Settings::getInterpolatedColor(double* r,

Callers 7

paintEventMethod · 0.80
paintEventMethod · 0.80
loadStyleSheetMethod · 0.80
drawRangeMethod · 0.80
drawKeyframesMethod · 0.80
paintEventMethod · 0.80

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected