Skip to content

LagFun Extension

James Brundage edited this page Apr 22, 2022 · 4 revisions

Extension/LagFun.RoughDraft.Extension.ps1

Synopsis

Slowly update darker pixels.


Description

This filter makes short flashes of light appear longer.


Related Links


Parameters

LagFun

If set, will use the lagfun filter

Type Requried Postion PipelineInput
[Switch] true named false

LagFunDecay

Set factor for decaying. Default is .95. Allowed range is from 0 to 1.

Type Requried Postion PipelineInput
[Single] false 1 false

Syntax

Extension/LagFun.RoughDraft.Extension.ps1 -LagFun [[-LagFunDecay] <Single>] [<CommonParameters>]

Clone this wiki locally