---
title: "Color Balance"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/video/colorbalance
markdown: https://docs.nodetool.ai/nodes/nodetool/video/colorbalance.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/video/colorbalance.md
---

# Color Balance

**Type:** `nodetool.video.ColorBalance`

**Namespace:** `nodetool.video`

## Description

Adjust the color balance of a video.
    video, color, balance, adjustment

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| video | `video` | The input video to adjust color balance. | `{"type":"video","uri":"","asset_id":null,"data"...` |
| red_adjust | `float` | Red channel adjustment factor. | `1` |
| green_adjust | `float` | Green channel adjustment factor. | `1` |
| blue_adjust | `float` | Blue channel adjustment factor. | `1` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `video` |  |

## Related Nodes

Browse other nodes in the [nodetool.video](./) namespace.
