Website Header Slim

Derive Node Reference

Fract Node

Description

The Fract node returns the fractional remainder of every channel value for each pixel. In simple terms it returns only what is after the point, and discards the integer values.

Sample Tree

Properties

None

Inputs

Input Name Allowed Data Types Description
Input
Float, RGBA
Input that takes the texture on which the fract operation should be performed.

Outputs

Output Name Data Type Description
Output
= Input Data Type
Outputs a texture that contains only the fractional remainders of the input. The operation is performed per pixel and for each color channel.

Login