Chapter 626: vibrance()
Core Idea
_Part of the @remotion/effects package.
Key Concepts
- Preview
- Example
- API
- amount?
- disabled?
- Compatibility
- See also
Code Examples
export const MyComp: React.FC = () => {
return (
<Video
src="https://remotion.media/video.mp4"
effects={[vibrance({amount: 0.4})]}
/>
);
};
- What it demonstrates: Usage pattern for vibrance() from the official docs.
Key Takeaways
- Understand preview when working with vibrance().
- Understand example when working with vibrance().
- Understand api when working with vibrance().
- Understand amount? when working with vibrance().
- Understand disabled? when working with vibrance().
Connects To
- Animated Emoji: related page in the Effects Library section.
- get Available Emoji: related page in the Effects Library section.
- api: related page in the Effects Library section.