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

Method getGeneratorColor

Engine/Settings.cpp:2988–2996  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2986}
2987
2988void
2989Settings::getGeneratorColor(float *r,
2990 float *g,
2991 float *b) const
2992{
2993 *r = _defaultGeneratorColor->getValue(0);
2994 *g = _defaultGeneratorColor->getValue(1);
2995 *b = _defaultGeneratorColor->getValue(2);
2996}
2997
2998void
2999Settings::getReaderColor(float *r,

Callers 2

loadNodeGuiSerializationFunction · 0.80
getColorFromGroupingMethod · 0.80

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected