BBMOD_VignetteEffect

A constructor defined in BBMOD_VignetteEffect.gml

Extends BBMOD_PostProcessEffect

new BBMOD_VignetteEffect([_strength[, _color]])

Description

Vignette (post-processing effect).

Arguments

Name Type Description
_strength Real The strength of the effect. Defaults to 1.
_color Constant.Color The color of the effect. Defaults to c_black.

Properties

Name Description
Color The color of the effect. Default value is to c_black.
Strength The strength of the effect. Default value is 1.

Inherited properties

Name Description
Enabled If true then the effect is enabled. Default value is true.
PostProcessor The post-processor to which is this effect added or undefined.

Inherited methods

Name Description
destroy Frees memory used by the struct.
draw Applies the effect to given surface.
Do you find this page helpful?

Copyright © 2025, BlueBurn. Built on January 04, 2025 using GMDoc.