A constructor defined in BBMOD_MonochromeEffect.gml
Extends BBMOD_PostProcessEffect
new BBMOD_MonochromeEffect([_strength[, _color]])
Monochrome (post-processing effect).
Name | Type | Description |
---|---|---|
_strength | Real |
The strength of the effect. Use values greater or equal to 0. Defaults to 1. |
_color | Constant.Color |
The color of the effect. Defaults to c_white . |
Name | Description |
---|---|
Color | The color of the effect. Default value is to c_white . |
Strength | The strength of the effect. Use values greater or equal to 0. Default value is 1. |
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 . |
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.