VignetteEffect¶
class in Infernux.renderstack
Inherits from: FullScreenEffect
Description¶
URP-aligned Vignette post-processing effect.
Darkens screen edges for cinematic framing.
Attributes: intensity: Vignette strength (0 = off, 1 = full black edges). smoothness: Falloff softness. roundness: Shape control (1 = circular, lower = squared). rounded: Force perfectly circular regardless of aspect ratio.
description
Properties¶
| Name | Type | Description |
|---|---|---|
| name | str |
(read-only) |
| injection_point | str |
(read-only) |
| default_order | int |
(read-only) |
| menu_path | str |
(read-only) |
| intensity | float |
|
| smoothness | float |
|
| roundness | float |
|
| rounded | bool |
properties
Public Methods¶
| Method | Description |
|---|---|
get_shader_list() → List[str] |
|
setup_passes(graph: RenderGraph, bus: ResourceBus) → None |
public_methods
Example¶
example
See Also¶
see_also