Jump to: Board index » General » Fusion

Gradient Noise Color blend

Learn about 3D compositing, animation, broadcast design and VFX workflows.
  • Author
  • Message
Offline

EtienneFrench

  • Posts: 2
  • Joined: Wed Jul 02, 2025 9:47 am
  • Real Name: Etienne Bochon

Gradient Noise Color blend

PostWed Jul 02, 2025 9:57 am

I want to create this gradient noise color blend, to animate it and have the noise moving.
fond video 16-9 1mo.jpg
fond video 16-9 1mo.jpg (678.27 KiB) Viewed 156 times


I tried several things with B/W gradient and grain on alpha input of my colors but nothing seems to really look like the colors were really blending with noise. Any idea ?

Kind of new in fusion...
Offline

JayPee

  • Posts: 88
  • Joined: Wed Nov 08, 2023 4:14 am
  • Real Name: John Philip

Re: Gradient Noise Color blend

PostThu Jul 03, 2025 5:25 am

Easiest way to do this is with a Fast Noise generator.
Here's an example attached.
Just copy this code and paste it into the flow in Fusion.

Code: Select all
{
   Tools = ordered() {
      FastNoise1 = FastNoise {
         CtrlWZoom = false,
         Inputs = {
            GlobalIn = Input { Value = 1001, },
            GlobalOut = Input { Value = 1100, },
            Width = Input { Value = 1920, },
            Height = Input { Value = 1080, },
            ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
            Detail = Input { Value = 10, },
            XScale = Input { Value = 1000, },
            Seethe = Input { Value = 0.833, },
            SeetheRate = Input { Value = 0.748, },
            Type = Input { Value = 1, },
            Color1Alpha = Input { Value = 1, },
            GradientType = Input { Value = 1, },
            Start = Input { Value = { 0.5, 0.2 }, },
            End = Input { Value = { 0.5, 0.8 }, },
            Gradient = Input {
               Value = Gradient {
                  Colors = {
                     [0] = { 0.384313725490196, 0.219607843137255, 0.545098039215686, 1 },
                     [0.5] = { 0.345098039215686, 0.76078431372549, 0.925490196078431, 1 },
                     [1] = { 0.945098039215686, 0.690196078431373, 0.682352941176471, 1 }
                  }
               },
            }
         },
         ViewInfo = OperatorInfo { Pos = { 1320, 49.5 } },
      }
   },
   ActiveTool = "FastNoise1"
}
Windows 11 // i9-13900K // RTX 4080 // 128GB DDR5 RAM // 2TB WD M.2 NVMe // ASRock Z790 // TH420 AIO Liquid CPU Cooler
Mac Ultra Studio M1 64GB
Offline

EtienneFrench

  • Posts: 2
  • Joined: Wed Jul 02, 2025 9:47 am
  • Real Name: Etienne Bochon

Re: Gradient Noise Color blend

PostThu Jul 03, 2025 9:26 am

THANK YOU !!
That was so easy...

Return to Fusion

Who is online

Users browsing this forum: No registered users and 96 guests