理解节点Understanding Nodes
学习目标LEARNING OBJECTIVES
学完你能用"流水线"而不是"图层"理解节点(Node),会添加串行节点、单独开关任意节点,并养成"一个调整一个节点、节点要命名"的习惯。
概念说明CONCEPTS
节点(Node)是一条从左到右的处理流水线:画面从左侧进入 Node Editor,依次流过每个节点,从最右侧输出最终画面——每个节点都是一台完整的调色器,不是某种单一特效。
- 节点不是图层:图层上下覆盖、互不加工;节点前后接力——后一个在前一个的结果上继续加工,顺序一换结果全变。
- 每个节点是全套工作站:Lift/Gamma/Gain、曲线、窗口都在里面,随时单独开关、修改、删除。
- 一个调整一个节点:平衡、对比、色温、锐化各占一个节点,出了问题一眼定位是哪一步。
- 串行是日常结构:Serial Node 一个接一个排队加工;Parallel Node 从同一源头分出支路再合并,第 5 课才真正派上用场。
- 节点多了要命名:右键选
Node Label按功能命名(BALANCE、CONTRAST……),否则一周后自己也认不出谁是谁。
把它想成餐厅厨房流水线就通了:食材(原始画面)进来,清洗、切配、调味、摆盘,一道一道出菜——每道工序能单独返工,但你不能先摆盘再切配。


操作步骤STEPS
- 进入
Color页面选中镜头,在右上角的 Node Editor 里找到默认的节点 01
- 在节点 01 上做基础平衡:定黑白场、去偏色(方法见 一级调色轮)
- 右键节点 01,选
Add Node>Add Serial(快捷键Option-S/Alt-S)追加节点 02
- 在节点 02 上做下一步调整——只有橙色描边的节点才是当前节点,别调错地方
- 点节点左下角的编号(或按
Command-D/Ctrl-D)单独开关这个节点,对比加与不加 - 右键每个节点选
Node Label,按功能命名:BALANCE、CONTRAST、TINT、SHARPEN - 不要的节点右键选
Delete Node;想调顺序,直接拖动节点换位
练习PRACTICE
- 给一个镜头搭一条四节点流水线:01 平衡、02 对比、03 色温、04 锐化,全部命名;逐一开关,说出每个节点负责的变化。
- 故意把 03(色温)拖到 01 前面,观察画面变成什么样,体会"顺序即结果",再拖回去对比。
常见问题FAQ
节点和 Photoshop 图层到底有什么区别?
图层是空间叠加:上面盖下面,互不加工。节点是流水线接力:后一个在前一个的结果上继续改,顺序极其敏感。越早换成流水线思维越省力。
我动了色轮却没效果,是节点选错了吗?
很可能。只有橙色描边的节点是当前节点,先点一下目标节点再动手。再检查节点是否被禁用——编号变灰就是已关闭,点编号(或 Command-D/Ctrl-D)恢复。
节点顺序真的很重要吗?
极其重要。先校色再拉对比,和反过来,出来的不是同一张图。经验顺序:先平衡、再对比、最后风格化——先修技术问题,再谈艺术创作。
节点是不是加得越多越好?
不是。节点是为"分离关注点"服务的,一个节点一个明确任务就够。三十个节点未必比三个好,反而难维护——够用、命名清楚、顺序合理,就是好节点树。
Learning Objectives学习目标
After this card you can think of nodes as a processing pipeline rather than layers, add serial nodes, toggle any node on and off, and keep the discipline of one adjustment per node with clear labels.
Concepts概念说明
A node tree is a processing pipeline that runs left to right: the image enters the Node Editor on the left, flows through each node in turn, and exits on the right as the final picture — and every node is a complete color corrector, not a single-purpose effect.
- Nodes are not layers: layers stack and cover without touching each other; nodes relay — each one builds on the previous node's output, so swapping the order changes the result.
- Every node is a full workstation: Lift/Gamma/Gain, curves and windows all live inside, each node independently switchable, editable and deletable.
- One adjustment per node: balance, contrast, tint and sharpening each get their own node, so you can tell at a glance which step caused a problem.
- Serial is the everyday structure: Serial Nodes queue one after another; Parallel Nodes split from the same source and merge back — they become genuinely useful in Lesson 5.
- Label your nodes: right-click and choose
Node Labelto name them by job (BALANCE, CONTRAST…), or a week later you won't know which node did what.
Think of a restaurant kitchen line: ingredients (the raw shot) come in, get washed, chopped, seasoned and plated, station by station — each station can be redone on its own, but you can't plate before you chop.


Steps操作步骤
- On the
Colorpage, select a shot and find the default node 01 in the Node Editor (upper right)
- Do the base balance on node 01: set black/white points and remove any cast (see Primary Color Wheels)
- Right-click node 01 and choose
Add Node>Add Serial(shortcutOption-S/Alt-S) to append node 02
- Make the next adjustment on node 02 — only the node with the orange outline is active, so don't adjust the wrong one
- Click the number at a node's lower-left corner (or press
Command-D/Ctrl-D) to toggle that node alone and compare - Right-click each node, choose
Node Label, and name them by job: BALANCE, CONTRAST, TINT, SHARPEN - To remove a node, right-click
Delete Node; to reorder, simply drag nodes into place
Practice练习
- Build a four-node pipeline on one shot: 01 balance, 02 contrast, 03 tint, 04 sharpen — all labeled; toggle each node one by one and say out loud which change it owns.
- Deliberately drag node 03 (tint) in front of node 01, watch what happens — feel that "order is the result" — then drag it back and compare.
FAQ常见问题
What's the real difference between nodes and Photoshop layers?
Layers stack in space: upper covers lower, and neither processes the other. Nodes relay in a pipeline: each builds on the previous node's output, so order is critical. Switch to pipeline thinking as early as you can.
My wheel moves do nothing — did I select the wrong node?
Very likely. Only the node with the orange outline is active — click the intended node first. Also check whether it's disabled: a grayed-out number means off; click it (or press Command-D/Ctrl-D) to re-enable.
Does node order really matter that much?
Enormously. Balance-then-contrast and contrast-then-balance produce different images. A solid default: fix exposure and casts first, then contrast, then creative looks — technical problems before artistic ones.
Are more nodes always better?
No. Nodes exist to separate concerns — one clear job per node is enough. Thirty nodes aren't better than three, just harder to maintain. Enough nodes, clear labels, sensible order — that's a good node tree.
深度资料:节点系统认知模型 →Deep dive: 节点系统认知模型 →
本卡术语Terms in this card
覆盖Overwrite 对比度Contrast 曲线Curves Gain(亮部)Gain Gamma(中间调)Gamma Lift(暗部)Lift 窗口Power Window 调色Grade 合并Merge 节点Node