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

Method getChannelGroupColor

Engine/Settings.cpp:3078–3086  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3076}
3077
3078void
3079Settings::getChannelGroupColor(float *r,
3080 float *g,
3081 float *b) const
3082{
3083 *r = _defaultChannelGroupColor->getValue(0);
3084 *g = _defaultChannelGroupColor->getValue(1);
3085 *b = _defaultChannelGroupColor->getValue(2);
3086}
3087
3088void
3089Settings::getMergeGroupColor(float *r,

Callers 2

loadNodeGuiSerializationFunction · 0.80
getColorFromGroupingMethod · 0.80

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected