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

Method getTextColor

Engine/Settings.cpp:3498–3506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3496}
3497
3498void
3499Settings::getTextColor(double* r,
3500 double* g,
3501 double* b) const
3502{
3503 *r = _textColor->getValue(0);
3504 *g = _textColor->getValue(1);
3505 *b = _textColor->getValue(2);
3506}
3507
3508void
3509Settings::getAltTextColor(double* r,

Callers 10

paintEventMethod · 0.80
paintEventMethod · 0.80
loadStyleSheetMethod · 0.80
startDragMethod · 0.80
paintGLMethod · 0.80
paintMethod · 0.80
paintMethod · 0.80
initLabelMethod · 0.80
paintEventMethod · 0.80

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected