Capítulo 587 de 988

Chapter 587: hue()

Core Idea

_Part of the @remotion/effects package.

Key Concepts

  • Preview
  • Example
  • API
  • degrees?
  • disabled?
  • See also

Code Examples

export const MyComp: React.FC = () => {
  return (
    <AbsoluteFill>
      <Video src="https://remotion.media/video.mp4" effects={[hue({degrees: 120})]} />
    </AbsoluteFill>
  );
};
  • What it demonstrates: Usage pattern for hue() from the official docs.

Key Takeaways

  1. Understand preview when working with hue().
  2. Understand example when working with hue().
  3. Understand api when working with hue().
  4. Understand degrees? when working with hue().
  5. Understand disabled? when working with hue().

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.