Description

This node generates a linear gradient between two colors.




Properties

  • Start Color : Set the first color for the gradient.
    Default : Black : 0 / 0 / 0 / 255
  • End Color : Set the second color for the gradient.
    Default : White : 255 / 255 / 255 / 255
  • Center : Set the center point for the gradient.
    Default : (WIDTH ÷ 2 ; HEIGHT ÷ 2)
  • Width : Set the width of the gradient.
    Default : WIDTH
  • Rotation : Set an angle to the gradient.
    Default : 90

Inputs

Name Type Description
Start Color Color Input for the first color
End Color Color Input for the second color
Center Vector 2D Center point for the gradient
Width Float Width of the gradient
Rotation Float Angle of the gradient

Outputs

Name Type Description
Image Image Image output of the gradient

Example



In this example :
  • Width : Animated using an LFO between 0 and 1920.
    All other values are left at default.

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.