Samsung / rlottie

A platform independent standalone library that plays Lottie Animation.
Other
1.15k stars 223 forks source link

Update color blending style in LottieItem #538

Closed mihashco closed 1 year ago

mihashco commented 1 year ago

This commit modifies the LottieItem rendering process to match Adobe After Effects blending style. Initially, the entire content of the layer is rendered to an intermediate buffer. Then, the buffer is rendered with applied alpha layer.

Current blending style: out0

New Blending style: out1

mihashco commented 1 year ago

994 line Please modify like below

alpha = mModel.transform()->opacity(frameNo);

done