gfx.glow.set_hdr_bleed_scale
Client
Sets the HDR bleed scale of the glow post-processing effect
Syntax
local status = gfx.glow.set_hdr_bleed_scale(
value
)Parameters
| Type | Name | Description |
|---|---|---|
float | value | HDR bleed scale value to apply Controls how strongly pixels above the bleed threshold contribute to the glow. Higher values amplify the bleed from bright HDR areas, producing a more intense halo around very bright surfaces |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
gfx.glow.set_hdr_bleed_scale(2.0)