PostProcess Layer
- Last UpdatedApr 28, 2023
- 1 minute read
The following layer type can render PostProcess effects using another layer as source:
-
PostProcess Renderer (type=postProcess)
Code example
A code example of PostProcess Renderer.
<Layer name="SomeName" type="postProcess">
<postProcess id="GenericPP" file="post_process.xml"/>
<!-- id is the identifier used by the code to access the effects -->
<input1 value="SourceLayerName"/>
<!-- input Layer -->
</Layer>