Website Header Slim

Derive Node Reference

Normalize Node

Description

The Normalize node treats pixels as Vector4 data, each channel representing a vector component, and recalculates the channel data to have it’s length be equal to 1. This can have either a darkening or brightening effect and can be useful to remap color data in such a way that it is between the 0-1-range. However the color composition can by alterd by performing this operation.

Sample Tree

Properties

None

Inputs

Input Name Allowed Data Types Description
Input
Float, RGBA
Input that takes the texture containing the vector data to be normalized.

Outputs

Output Name Data Type Description
Output
Float, RGBA
Outputs the input with normalized pixel values.

Login