---
title: "How to use the node editor for color grading in DaVinci Resolve"
author: "Cutsio Team"
date: "2026-05-15"
lastmod: "2026-05-15"
category: "DaVinci Resolve Advanced Workflows"
excerpt: "DaVinci Resolve uses a node-based workflow for color grading where each node applies a correction and nodes can be connected in series or parallel. This guide covers node types, tree organization, and efficient grading workflows."
tags: ["DaVinci Resolve","Color Page","Node Editor","Serial Nodes","Parallel Nodes","Node Tree","Color Grading"]
---

## How does the node editor work in DaVinci Resolve?

The node editor at the top right of the Color page functions like a flowchart. The image enters from the input on the left, passes through each connected node, and exits through the output on the right. Each node applies a specific correction — primary balance, qualifier, power window, Resolve FX — and passes the result to the next node. Nodes can be connected in series for sequential adjustments or in parallel for simultaneous adjustments combined at a layer mixer.

![Node Editor](https://images.blackmagicdesign.com/images/products/davinciresolve/color/nodes/nodes-lg@2x.jpg?_v=1601269334)

The node-based approach is fundamentally different from layer-based grading in other software. In a layer system, each adjustment modifies the result of the previous layer. In a node system, parallel nodes operate independently and combine at defined merge points. This gives you more control and prevents one adjustment from degrading the quality of another.

## How do you build a node tree for efficient grading?

A standard node tree starts with a primary correction node for balancing. Add nodes for specific tasks — one for the sky, one for skin tones, one for a film look — connected in parallel so each adjustment operates independently.

A recommended starting node tree:

| Node | Type | Purpose |
|---|---|---|
| Node 1 | Serial (first) | Primary balance — exposure, contrast, white balance |
| Node 2 | Parallel | Sky correction — power window + hue adjustment |
| Node 3 | Parallel | Skin tone refinement — qualifier + curves |
| Node 4 | Parallel | Background darkening — power window + gain reduction |
| Node 5 | Serial (last) | Overall look — film print emulation LUT or Film Look Creator |

Serial nodes are used when the correction depends on the previous node — for example, applying a Qualifier after a primary balance node because the qualifier needs a well-balanced image to select accurately. Parallel nodes are used for independent corrections that should not interact.

## What is a layer mixer and when do you use it?

The layer mixer node combines multiple parallel node branches into a single output. Add a layer mixer by right-clicking in the node editor and selecting "Add Layer Mixer." Connect the outputs of your parallel nodes to the layer mixer inputs. The mixer combines them using the selected operation — normal, add, multiply, or screen.

Use layer mixers when you have complex node trees with multiple parallel branches. Without a layer mixer, parallel nodes feed into the next serial node automatically, which can cause unexpected interactions if you want to control how they combine.

## How do you copy grades between clips in Resolve?

The fastest way to copy a grade is to middle-click a clip in the film strip while viewing another clip. The grade is transferred instantly. For multiple clips, select them in the film strip, right-click, and choose "Apply Grade" from the context menu.

For grades you want to reuse across projects, save them as Power Grades. In the Gallery panel, right-click on a still and select "Add to Power Grade." The grade appears in the Power Grade bin and is available in any project. Power Grades store the complete node tree including power windows, qualifiers, and Resolve FX settings.

<div class="not-prose blog-large-cta">
  <div class="max-w-3xl mx-auto text-center">
    <h3>
      Grade smarter with a pre-edited timeline
    </h3>
    <p>
      Pre-edit with Cutsio to remove retakes and dead air. Your node tree focuses on the creative grade, not culling through unusable footage.
    </p>
    <ul>
      <li>
        <svg class="h-6 w-6 text-emerald-400 shrink-0 mt-0.5" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>
        <span>AI silence removal and retake detection</span>
      </li>
      <li>
        <svg class="h-6 w-6 text-emerald-400 shrink-0 mt-0.5" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>
        <span>EDL and XML export for Resolve import</span>
      </li>
      <li>
        <svg class="h-6 w-6 text-emerald-400 shrink-0 mt-0.5" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>
        <span>Non-destructive workflow — originals untouched</span>
      </li>
    </ul>
    <div class="flex flex-col sm:flex-row items-center justify-center gap-4">
      <a href="https://studio.cutsio.com" target="_blank" rel="noopener noreferrer"
         class="no-underline inline-flex items-center justify-center rounded-full bg-indigo-600 px-8 py-3.5 text-sm font-semibold text-white hover:bg-indigo-700 dark:bg-white dark:text-slate-900 dark:hover:bg-neutral-100 transition-colors shadow-sm">
        Try Cutsio Free
        <svg class="ml-2 h-4 w-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14"/><path d="m12 5 7 7-7 7"/></svg>
      </a>
      <button type="button" onclick="window.dispatchEvent(new CustomEvent('open-contact-modal'))"
              class="inline-flex items-center justify-center rounded-full border border-white/20 px-8 py-3.5 text-sm font-medium text-white hover:bg-white/10 transition-colors">
        Book a demo
      </button>
    </div>
    <p class="mt-4 text-xs text-slate-500">No credit card required. 60 minutes of free processing.</p>
  </div>
</div>
