Chapter 913: <LightLeak>
Core Idea
:::info Deprecated @remotion/light-leaks is deprecated and will no longer be published starting with Remotion 5. 0.
Key Concepts
- Example
- API
- durationInFrames?
- seed?
- hueShift?
- Compatibility
- See also
Code Examples
const MyVideo = () => {
return (
<AbsoluteFill style={{backgroundColor: 'black'}}>
<LightLeak durationInFrames={60} seed={3} hueShift={30} />
</AbsoluteFill>
);
};
- What it demonstrates: Usage pattern for
<LightLeak> from the official docs.
Key Takeaways
- Understand example when working with
<LightLeak>.
- Understand api when working with
<LightLeak>.
- Understand durationinframes? when working with
<LightLeak>.
- Understand seed? when working with
<LightLeak>.
- Understand hueshift? when working with
<LightLeak>.
Connects To
- api: related page in the Light Leaks (@remotion/light-leaks) section.
- Light Leak Effect: related page in the Light Leaks (@remotion/light-leaks) section.