BBMOD_PostProcessEffect

A constructor defined in BBMOD_PostProcessEffect.gml

Implements BBMOD_IDestructible

new BBMOD_PostProcessEffect()

Description

Base struct for all post-processing effects.

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.

Methods

Name Description
destroy Frees memory used by the struct.
draw Applies the effect to given surface.

Child structs

BBMOD_ChromaticAberrationEffect, BBMOD_ColorGradingEffect, BBMOD_DepthOfFieldEffect, BBMOD_DirectionalBlurEffect, BBMOD_ExposureEffect, BBMOD_FXAAEffect, BBMOD_FilmGrainEffect, BBMOD_GammaCorrectEffect, BBMOD_KawaseBlurEffect, BBMOD_LensDistortionEffect, BBMOD_LensFlaresEffect, BBMOD_LightBloomEffect, BBMOD_LumaSharpenEffect, BBMOD_MonochromeEffect, BBMOD_NormalDistortionEffect, BBMOD_RadialBlurEffect, BBMOD_ReinhardTonemapEffect, BBMOD_SunShaftsEffect, BBMOD_VignetteEffect

See also

BBMOD_PostProcessor

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on July 03, 2024 using GMDoc.