Adjustment Layer

The <adjustment> tag creates an adjustment layer. Adjustment layers don't have visual content of their own, but rather reflect the current state of the compositing stack. They are usful to apply effects to all layers after they have been composited on top of each other.

SYNTAX

<adjustment
    blendmode="blendmode"
    opacity="float"
    condition="variable"
    >
    Effects (filters and transforms) ....
</adjustment>

CONTAINED IN

<scene>

CAN CONTAIN

<animation>
<filter>
<mask>
<transform>

ATTRIBUTES

blendmode
The pixel mix mode. Can be either "normal", "multiply", "screen", "overlay", "softlight", "hardlight". Default is "normal".
opacity
The opacity this layer will be rendered with. Default is "1".
condition
A variable definition which determines whether the layer is rendered or not. Default is to always render the layer.

Terms of Use | © 2017, Impossible Software, or its affiliates. All rights reserved.