A constructor defined in BBMOD_LumaSharpenEffect.gml
Extends BBMOD_PostProcessEffect
new BBMOD_LumaSharpenEffect([_strength[, _clamp[, _offset]]])
Luma sharpen (post-processing effect).
Name | Type | Description |
---|---|---|
_strength | Real |
The strength of the effect. Defaults to 1. |
_clamp | Real |
Clamping of the effect. Defaults to 1. |
_offset | Real |
High-pass offset (in pixels). Defaults to 1. |
Name | Description |
---|---|
Clamp | Clamping of the effect. Default value is 1. |
Offset | High-pass offset (in pixels). Default value is 1. |
Strength | The strength of the effect. 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.