Parent Topic: Examples

Blending

Create an image which smoothly blends channel 1 into channel 2 as we move across the image. The output is placed in channel 7.

   %7 = (@x-1)/@dbx)*%2 + (@dbx-@x)/@dbx*%1;

Parent Topic: Examples
About PCI Help Gateway