MCPcopy Create free account
hub / github.com/NatronGitHub/openfx-misc / setValues

Method setValues

KeyMix/KeyMix.cpp:149–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 bool maskInvert) { _maskImg = v; _maskInvert = maskInvert; }
148
149 void setValues(double mix,
150 std::bitset<4> aChannels)
151 {
152 _mix = mix;
153 assert(aChannels.size() == 4);
154 _aChannels = aChannels;
155 }
156};
157
158

Callers 1

setupAndProcessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected