-
After Effects
ColorFlow
Easily manage colors and labels in After Effects
With ColorFlow, you can create custom palettes, quickly apply colors to any layer type, organize labels efficiently, and streamline your workflow with intuitive shortcuts.
NEW: Extract colors from Image and Video and NewLive Color Link feature.
Discussions
Want to talk about it?
Head over to r/aescripts to chat with fellow users about this product.
Need Support?
Please open a support ticket to be connected directly with the author of this product
Version History
1.6 -
May 11, 2026
1.5.5.2 -
Apr 28, 2026
try { thisComp.layer("ColorFlow Master").effect("Flow #54BAAB")("1") } catch(e) { value }
instead of
try { thisComp.layer("ColorFlow Master").effect("Flow #54BAAB")("Color") } catch(e) { value }
1.5.5 -
Apr 15, 2026
Live Color Link feature enhances the Master Controller workflow by allowing
users to dynamically link layer colors with Alt + Left Click. It generates a
"ColorFlow Master" Null object to control color parameters through
expressions. Key features include:
. Smart Overwrite Prevention: Updates existing linked colors without
creating duplicates.
. Global Master Override: Instantly updates all linked colors by clicking a
color in the ColorFlow grid.
. Unlink & Bake Colors: Quickly detaches and converts linked colors to static
properties with Alt + Right Click, removing expressions and deleting the
Master Null.
1.5.4.2 -
Apr 1, 2026
Fixed "Last Selected Palette" Memory Issue: Resolved a critical bug where ColorFlow would fail to remember the last used palette upon restarting After Effects. Due to an occasional limitation in the JSON reader in certain After Effects environments, the preferences file would fail to load properly and overwrite the saved settings, forcing the script to always reset back to the "Default" palette.
Code Improvements: Implemented a double-layer fallback and protection system. The script now automatically cleans up any invisible configuration characters (BOM - Byte Order Mark), checks for the native JSON variable, and if the core After Effects system fails to parse it, falls back to a safe extraction method using Regex and eval. This guarantees your saved settings will never get accidentally wiped again!
1.5.4.1 -
Mar 11, 2026
Release notes for ColorFlow.
New Features & Improvements
• Added support for native 3D models and parametric meshes in After Effects 2024+.
• You can apply colors from your palette directly to the "Base Color" property of
imported 3D files (e.g., .glb) and native parametric meshes (e.g., Cube Mesh, Sphere
Mesh) by instantly coloring their "Material Assignment" properties.
Bug Fixes
• Fixed "Layer does not support effects" error when applying color to a native 3D
model.
• ColorFlow now detects 3D Model Layers (which do not support the ADBE Effect
Parade) and applies the color directly to the material instead of trying to add a 2D Fill
Effect as a fallback.
1.5.4 -
Mar 3, 2026
Added Support for Native 3D Models & Parametric Meshes: The script now fully supports coloring native 3D layers in After Effects 2024+. You can now apply colors from your palette directly to the "Base Color" property of imported 3D files (e.g., .glb) and native parametric meshes (e.g., Cube Mesh, Sphere Mesh) by instantly coloring their "Material Assignment" properties.
? Bug Fixes:
Fixed "Layer does not support effects" error: Addressed a critical bug that occurred when attempting to apply a color to a native 3D model. The script is now smart enough to detect 3D Model Layers (which do not support the ADBE Effect Parade) and applies the color directly to the material instead of trying to add a 2D Fill Effect as a fallback.
1.5.3 -
Dec 15, 2025
1.5.2 -
Oct 22, 2025
1.5.1 -
Sep 11, 2025
1.5 -
Sep 11, 2025
========================
ColorFlow – V1.5 Changelog
Quick Summary
* New: Extract colors from a paused video frame (+ button when video is stopped)
* Improved: Image/video extraction finds off-center colors more reliably
* Behavior: "Force Extraction" in Settings enables deep sampling; default is fast & conservative
What’s New (User-Facing)
* Paused Video Frame Sampling: Pause video → click + → adds dominant colors to palette
* Smarter Image Sampling: With Force Extraction, uses multiple/random points until unique colors are found
* Configurable Depth: Default \~25 samples. Change via config.videoSampleCount. Presets: 9 / 25 / 49
* Duplicate-Aware Retries: If many samples are identical, retries up to safe caps
How to Use
1. Pause video at the frame you want
2. Select the layer (video/image)
3. Click the + button
4. For deeper search: Settings → enable Force Extraction
Technical / Notes
* Uses hidden nulls with temporary color controls
* Safety caps:
* Up to 20 samples per extraction (dynamic mode)
* Up to 200 random attempts for unique colors
* Deduplication avoids near-identical colors
Troubleshooting
* Few/no colors?
* Ensure comp is paused at correct frame
* Try Force Extraction
* Increase sample count (videoSampleCount)
* Lag?
* Disable Force Extraction to lower sample count
1.4.3 -
Sep 8, 2025
========================
Force Extraction settings implemented. Check your settings and decide when you want to extract colors from everywhere
1. Extract Colors from Expressions
----------------------------------
- Extractor now finds color literals inside expressions:
- #RGB / #RRGGBB
- rgb(255,128,0)
- Arrays like [0.5,0.1,0.2] or [255,128,0]
- Colors are normalized and added to the active palette
- Duplicates are avoided
2. Extract Colors from Effects
------------------------------
- When Force Extraction is enabled, the script scans a layer’s Effect Parade
- Pulls color values from:
- Color Control
- Fill
- Other similar color properties
- Supports nested effect structures:
- Example: color stops inside "4-Color Gradient" are extracted
1.4.2 -
Sep 6, 2025
========================
1. Extract Colors from Expressions
----------------------------------
- Extractor now finds color literals inside expressions:
- #RGB / #RRGGBB
- rgb(255,128,0)
- Arrays like [0.5,0.1,0.2] or [255,128,0]
- Colors are normalized and added to the active palette
- Duplicates are avoided
2. Extract Colors from Effects
------------------------------
- When Force Extraction is enabled, the script scans a layer’s Effect Parade
- Pulls color values from:
- Color Control
- Fill
- Other similar color properties
- Supports nested effect structures:
- Example: color stops inside "4-Color Gradient" are extracted
1.4.1 -
Jul 21, 2025
1.4 -
Jul 11, 2025
Image Color Extraction
Now you can extract colors directly from any image.
→ Just select an image and click the + button to pull all dominant colors
into your palette.
Import Palette to Composition
* Add your palette directly into the comp as:
→ A set of color swatches
→ A null object with Color Controls for each swatch
Perfect for expression setups and centralized color management.
Right-Click to Exclude Label Color
In Label Flow, right-click a label color to exclude it from the current
selection.
→ Ideal for quick isolation and organizing large timelines.
→ Fixed: Minor bug fixes with saving and editing the palette and performance improvements.
1.3 -
Jul 1, 2025
* New: "Label Flow" is now organized into groups for a better overview.
* Improved: The "Label Flow" UI has been updated for a better experience.
* Improved: Help tips are more detailed so users won't miss any functions.
* Fixed: Minor bug fixes and performance improvements.
1.2 -
Jun 30, 2025
* Improved: The structure of color harmony results is now cleaner and better organized.
* Fixed: Addressed minor bugs in the color calculation engine for more accurate palettes.
1.1 -
Jun 26, 2025
* Added: Label Flow compatibility with macOS.
Compatibility
After Effects
2026, 2025, 2024, 2023, 2022, 2021, 2020, CC 2019
EULA
This software ("the Software Product") and accompanying documentation is licensed and not sold. This Software Product is protected by copyright laws and treaties, as well as laws and treaties related to other forms of intellectual property. The author owns intellectual property rights in the Software Product. The Licensee's ("you" or "your") license to download, use, copy, or change the Software Product is subject to these rights and to all the terms and conditions of this End User License Agreement ("Agreement").
Acceptance
YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS AGREEMENT BY SELECTING THE "ACCEPT" OPTION AND DOWNLOADING THE SOFTWARE PRODUCT OR BY INSTALLING, USING, OR COPYING THE SOFTWARE PRODUCT. YOU MUST AGREE TO ALL OF THE TERMS OF THIS AGREEMENT BEFORE YOU WILL BE ALLOWED TO DOWNLOAD THE SOFTWARE PRODUCT. IF YOU DO NOT AGREE TO ALL OF THE TERMS OF THIS AGREEMENT, YOU MUST SELECT "DECLINE" AND YOU MUST NOT INSTALL, USE, OR COPY THE SOFTWARE PRODUCT.
License Grant
This Agreement entitles you to install and use one copy of the Software Product. In addition, you may make one archival copy of the Software Product. The archival copy must be on a storage medium other than a hard drive, and may only be used for the reinstallation of the Software Product. This Agreement does not permit the installation or use of multiple copies of the Software Product, or the installation of the Software Product on more than one computer at any given time, on a system that allows shared used of applications, on a multi-user network, or on any configuration or system of computers that allows multiple users. Multiple copy use or installation is only allowed if you obtain an appropriate licensing agreement for each user and each copy of the Software Product.
Restrictions on Transfer
Without first obtaining the express written consent of the author, you may not assign your rights and obligations under this Agreement, or redistribute, encumber, sell, rent, lease, sublicense, or otherwise transfer your rights to the Software Product.
Restrictions on Use
You may not use, copy, or install the Software Product on any system with more than one computer, or permit the use, copying, or installation of the Software Product by more than one user or on more than one computer. If you hold multiple, validly licensed copies, you may not use, copy, or install the Software Product on any system with more than the number of computers permitted by license, or permit the use, copying, or installation by more users, or on more computers than the number permitted by license.
You may not decompile, "reverse-engineer", disassemble, or otherwise attempt to derive the source code for the Software Product.
Restrictions on Alteration
You may not modify the Software Product or create any derivative work of the Software Product or its accompanying documentation. Derivative works include but are not limited to translations. You may not alter any files or libraries in any portion of the Software Product.
Restrictions on Copying
You may not copy any part of the Software Product except to the extent that licensed use inherently demands the creation of a temporary copy stored in computer memory and not permanently affixed on storage medium. You may make one archival copy which must be stored on a medium other than a computer hard drive.
Disclaimer of Warranties and Limitation of Liability
UNLESS OTHERWISE EXPLICITLY AGREED TO IN WRITING BY THE AUTHOR, THE AUTHOR MAKES NO OTHER WARRANTIES, EXPRESS OR IMPLIED, IN FACT OR IN LAW, INCLUDING, BUT NOT LIMITED TO, ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE OTHER THAN AS SET FORTH IN THIS AGREEMENT OR IN THE LIMITED WARRANTY DOCUMENTS PROVIDED WITH THE SOFTWARE PRODUCT.
The author makes no warranty that the Software Product will meet your requirements or operate under your specific conditions of use. The author makes no warranty that operation of the Software Product will be secure, error free, or free from interruption. YOU MUST DETERMINE WHETHER THE SOFTWARE PRODUCT SUFFICIENTLY MEETS YOUR REQUIREMENTS FOR SECURITY AND UNINTERRUPTABILITY. YOU BEAR SOLE RESPONSIBILITY AND ALL LIABILITY FOR ANY LOSS INCURRED DUE TO FAILURE OF THE SOFTWARE PRODUCT TO MEET YOUR REQUIREMENTS. THE AUTHOR WILL NOT, UNDER ANY CIRCUMSTANCES, BE RESPONSIBLE OR LIABLE FOR THE LOSS OF DATA ON ANY COMPUTER OR INFORMATION STORAGE DEVICE.
UNDER NO CIRCUMSTANCES SHALL THE AUTHOR, ITS DIRECTORS, OFFICERS, EMPLOYEES OR AGENTS BE LIABLE TO YOU OR ANY OTHER PARTY FOR INDIRECT, CONSEQUENTIAL, SPECIAL, INCIDENTAL, PUNITIVE, OR EXEMPLARY DAMAGES OF ANY KIND INCLUDING LOST REVENUES OR PROFITS OR LOSS OF BUSINESS) RESULTING FROM THIS AGREEMENT, OR FROM THE FURNISHING, PERFORMANCE, INSTALLATION, OR USE OF THE SOFTWARE PRODUCT, WHETHER DUE TO A BREACH OF CONTRACT, BREACH OF WARRANTY, OR THE NEGLIGENCE OF THE AUTHOR OR ANY OTHER PARTY, EVEN IF THE AUTHOR IS ADVISED BEFOREHAND OF THE POSSIBILITY OF SUCH DAMAGES. TO THE EXTENT THAT THE APPLICABLE JURISDICTION LIMITS THE AUTHOR'S ABILITY TO DISCLAIM ANY IMPLIED WARRANTIES, THIS DISCLAIMER SHALL BE EFFECTIVE TO THE MAXIMUM EXTENT PERMITTED.
Limitation of Remedies and Damages
Any claim must be made within the applicable warranty period. All warranties cover only defects arising under normal use and do not include malfunctions or failure resulting from misuse, abuse, neglect, alteration, problems with electrical power, acts of nature, unusual temperatures or humidity, improper installation, or damage determined by the author to have been caused by you. All limited warranties on the Software Product are granted only to you and are non-transferable. You agree to indemnify and hold the author harmless from all claims, judgments, liabilities, expenses, or costs arising from your breach of this Agreement and/or acts or omissions.
Governing Law, Jurisdiction and Costs
This Agreement is governed by the laws of New York, without regard to New York's conflict or choice of law provisions.
Severability
If any provision of this Agreement shall be held to be invalid or unenforceable, the remainder of this Agreement shall remain in full force and effect. To the extent any express or implied restrictions are not permitted by applicable laws, these express or implied restrictions shall remain in force and effect to the maximum extent permitted by such applicable laws.