Description

This node generates a radial gradient between two colors.




Properties

  • Center : Set the center (in pixels) for the gradient.
    Default : (WIDTH ÷ 2 ; HEIGHT ÷ 2)
  • Size : Set the size of the gradient.
    Default : (WIDTH ÷ 2 ; HEIGHT ÷ 2)
  • Inner Color : Set the inner color for the gradient.
    Default : Black : 0 / 0 / 0 / 255
  • Outer Color : Set the outer color for the gradient.
    Default : White : 255 / 255 / 255 / 255
  • Rotation : Set the rotation for the gradient.
    Default : 0
  • Inner size : Sets the size of the solid part inside the gradient. Value is expressed between 0 (no solid inside) and 1 (the entire inside is a solid color)
    Default : 0
  • Fill borders : Toggle this to fill the rest of the image with the outer color.
    Default : ON

Inputs

Name Type Description
Center Vector 2D Input for the center of the gradient
Size Vector 2D Input for the size of the gradient
Inner Color Color Input for the inner color
Outer Color Color Input for the outer color
Rotation Float Set the rotation for the gradient
Inner size Float Set the size for the solid part inside the gradient
Fill Borders Boolean Fills the rest of the image with the outer color

Outputs

Name Type Description
Image Image Image output of the gradient

Example



In this example :
  • Size : Animated with an LFO between 0 and 1080.
    All other properties remain at their default values.

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

Thanks for your feedback.