BBMOD_GammaCorrectEffect

A constructor defined in BBMOD_GammaCorrectEffect.gml

Extends BBMOD_PostProcessEffect

new BBMOD_GammaCorrectEffect([_gamma])

Description

Applies gamma correction (post-processing effect).

Arguments

Name Type Description
_gamma Real Gamma value. Defaults to 2.2.

Properties

Name Description
Gamma Gamma value. Default value is 2.2.

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 © 2024, BlueBurn. Built on July 03, 2024 using GMDoc.