Skip to content

VignetteController

Tempestissiman edited this page Jul 26, 2022 · 1 revision

Descriptions

Controller for the Motion Blur effect.

Remarks

_

Properties


Name Type Activation string
colorR ValueChannel "color"
colorG ValueChannel "color"
colorB ValueChannel "color"
colorA ValueChannel "color"
colorH ValueChannel "color"
colorS ValueChannel "color"
colorV ValueChannel "color"
centerX ValueChannel "center"
centerY ValueChannel "center"
intensity ValueChannel "intensity"
smoothness ValueChannel "smoothness"
roundness ValueChannel "roundness"

Remarks

In order for a property to take effect, enabledEffect(effects) method must be called with effects being a table containing the relevant activation strings.

Methods


enableEffect(effects)

Descriptions

Enable effect based on passed in activation strings.

Parameters

Name Type Description
effects Table of string Table containing activation string of effects

Return types

nil

Remarks

_


setRounded(mode)

Descriptions

Set the Rounded mode state.

Parameters

Name Type Description
mode bool Whether to turn on Rounded mode

Return types

nil

Remarks

_

Clone this wiki locally