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

Method getSliderColor

Engine/Settings.cpp:3742–3750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3740}
3741
3742void
3743Settings::getSliderColor(double* r,
3744 double* g,
3745 double* b) const
3746{
3747 *r = _sliderColor->getValue(0);
3748 *g = _sliderColor->getValue(1);
3749 *b = _sliderColor->getValue(2);
3750}
3751
3752int
3753Settings::getSEFontSize() const

Callers 1

paintEventMethod · 0.80

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected