Unity Products:Amplify Shader Editor/Blend Operations

From Amplify Creations Wiki
Revision as of 17:29, 24 October 2017 by ampwiki>Amplify RnD Rick
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Back to Node List

Blend Operations Node

The Blend Operations node outputs a blended result of its inputs according to the selected Blend Op property similarly to layer blending operations normally found on image editing tools.


Nodes used: Blend Operations

Node Parameter Description Default Value
BlendOp Blend operation to be applied between Source and Destiny inputs/layers
  • Color Burn
  • Color Dodge
  • Darken
  • Divide
  • Difference
  • Exclusion
  • Soft Light
  • Hard Light
  • Hard Mix
  • Lighten
  • Linear Burn
  • Linear Dodge
  • Linear Light
  • Multiply
  • Overlay
  • Pin Light
  • Subtract
  • Screen
  • Vivid Light
Color Burn
Saturate Will clamp the final result to a [0 1] value if toggled on. True


Input Port Description Type
Source First Layer Float4
Destiny Second layer Float4


Back to Node List