obs-studio/plugins/obs-transitions
jpark37 9d7330ca44 obs-transitions: Blend in linear space
Color mismatch is apparent when using source transitions, which lerps
against transparent black and blends into the canvas nonlinearly. When
the transition is done, the blend switches to linear, leading to a pop.

Fix the issue by blending into the canvas in linear space. The lerp is
still nonlinear by design.
2021-05-08 20:53:44 -07:00
..
data obs-transitions: Blend in linear space 2021-05-08 20:53:44 -07:00
CMakeLists.txt cmake: Add cmake folders 2020-05-13 06:52:37 -07:00
easings.h obs-transitions: Add 'slide' transition 2016-03-24 02:19:16 -07:00
obs-transitions.c Plugins: Add descriptions to modules 2018-09-11 18:28:58 -07:00
transition-cut.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
transition-fade-to-color.c obs-transitions: Blend in linear space 2021-05-08 20:53:44 -07:00
transition-fade.c obs-transitions: Blend in linear space 2021-05-08 20:53:44 -07:00
transition-luma-wipe.c obs-transitions: Blend in linear space 2021-05-08 20:53:44 -07:00
transition-slide.c obs-transitions: Blend in linear space 2021-05-08 20:53:44 -07:00
transition-stinger.c obs-transitions: Blend in linear space 2021-05-08 20:53:44 -07:00
transition-swipe.c obs-transitions: Blend in linear space 2021-05-08 20:53:44 -07:00