Website Header Slim

Derive Node Reference

Sqrt Node

Description

The Sqrt node extracts the square root of the input. Textures don’t hold complex numbers, thus negative inputs will return zero.

Sample Tree

Properties

None

Inputs

Input Name Allowed Data Types Description
Input
Float, RGBA
Input that takes the texture for the sqrt operation.

Outputs

Output Name Data Type Description
Output
= Input Data Type
Outputs the square root of the input. The operation is performed for each color channel.

Login