Automatic Text Color Adjustment in After Effects

Опубликовано: 14 Март 2024
на канале: ukramedia
4,226
243

DESCRIPTION:
Tired of manually adjusting text color for Motion Graphics Templates (MoGrts)? This After Effects expressions tutorial is your game-changer!

Learn how to create dynamic text that automatically adjusts its color based on the background. Simply pick your desired background color, and the text will intelligently switch between black and white for optimal contrast.

Here's what you'll learn:
The power of expressions in After Effects
Building an expression to adjust text color based on brightness
Fine-tuning the expression for perfect results

This tutorial is perfect for:
Motion Designers (especially MoGrt creators)
Anyone who wants to create dynamic and responsive text animations

Make your MoGrts truly versatile with this easy-to-follow tutorial!

ADOBE STOCK:
https://stock.adobe.com/contributor/2...

BRIGHTNESS FORMULA:
Math.sqrt(0.299 * inputColor[0]**2 + 0.587 * inputColor[1]**2 + 0.114 * inputColor[2]**2)

#mogrt #aftereffects #motiongraphics