Why Use a Color Overlay
Readable Subtitles
Darken busy footage so white captions stay easy to read
Brand Consistency
Wash every scene with your brand color for a uniform look
Mood and Tone
Cool blue for calm topics, warm amber for energetic ones
No Re-Editing
Works on stock, uploaded, and AI-generated visuals as-is
Before You Begin
Make sure you have:- A Pictory API key
- Basic understanding of scene configuration in the Pictory API
Color overlays are processed by the v3 storyboard engine. Any scene that includes a
colorOverlay is automatically routed to v3; you do not need to set storyboardVersion yourself.How It Works
Add acolorOverlay object to any scene background. It has two fields:
visualUrl is given) and renders it with a 40% gray-violet tint on top.
The overlay strength is controlled only by
opacity. If you pass an rgba(...) color, its alpha channel is ignored: rgba(0, 0, 0, 0.9) with opacity: 0.4 produces the same result as rgb(0, 0, 0) with opacity: 0.4.Where You Can Apply It
A color overlay works on every kind of background:
When a B-roll defines its own
colorOverlay, that overlay wins for the time the B-roll is on screen; otherwise the scene background’s overlay is used.
Choosing Color and Opacity
A few practical starting points:
Opacity above
0.7 hides most of the underlying footage; if that is what you want, consider a solid color background instead.
Examples
Complete Example
Color Formats
All color fields in the v2 API accept three formats:Next Steps
Media Elements
Overlay videos and images on a scene, with their own color overlays
Background Video Settings
Control mute, loop, and zoom behavior of background media
