< Previous | Contents | Next >

Blur Glow

Blurring of images with different filter methods, color scale (gain) controls, blending and glow via the Normalize value.


--***********Blur Glow***********

img:Blur(out, { -- Blur will blur img into the result out BLUR_Type = 4,

BLUR_Red = true , BLUR_Green = true, BLUR_Blue = true, BLUR_Alpha = true, BLUR_XSize = 10/720, BLUR_YSize = 10/720,

BLUR_Blend = 0.5,

BLUR_Normalize = 0.5,

BLUR_Passes = 0.0,

BLUR_RedScale = 1.0,

BLUR_GreenScale = 1.0,

BLUR_BlueScale = 1.0,

BLUR_AlphaScale = 1.0,

})