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

Method Lerp

SlitScan/SlitScan.cpp:575–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573 {}
574
575 static PIX Lerp(const PIX &v1,
576 const PIX &v2,
577 float blend)
578 {
579 return PIX( (v2 - v1) * blend + v1 );
580 }
581
582 // and do some processing
583 void multiThreadProcessImages(const OfxRectI& procWindow, const OfxPointD& rs) OVERRIDE FINAL

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected