Composite AOV Output Layer
The Composite AOV Output Layer is connected to the Composite AOV Output node. Each Composite layer is a complete composite within itself with input layers that are configured via the settings discussed below. There are several inputs for each node:
- Enable — Enables or disables the node output.
- Input — The AOV chosen is connected to this input.
- Mask Channel — Chooses the image channel to be used for the mask connected to the Mask pin on the node.
- Invert — Inverts the output of this node.
- Scale — Scales the values of this node. The input can be made darker or brighter as needed. Default is 1.0.
- Color multiplier — Multiplies the color of the color swatch with the input image. Default is white.
- Opacity — Controls the opacity of the input image.
- Blend Mode — This setting defines the opacity of the Foreground color and the degree to which it is mixed with the Background color.
- Alpha operation — Sets the behavior of the Alpha channel (if present).
ENABLE
Activates or deactivates the layer.
INPUT
The Composite AOV Output Layer can accept the following four node inputs:
- COLOR AOV OUTPUT — An RGBA input is allowed.
- COMP AOV OUTPUT — Another Composite AOV node result can be used.
- IMAGE AOV OUTPUT — An external image file (RGB; RGBA: Alpha) can be used.
- RENDER AOV OUTPUT — Any main render (RGB; RGBA: Alpha) can be used.
MASK
The Composite AOV Output Layer can accept the following four node masks as inputs:
- COLOR AOV OUTPUT — An RGBA input is allowed.
- COMP AOV OUTPUT — Another Composite AOV node result can be used.
- IMAGE AOV OUTPUT — An external image file (RGB; RGBA: Alpha) can be used.
- RENDER AOV OUTPUT — Any main render (RGB; RGBA: Alpha) can be used.
MASK CHANNEL
Each Layer has a mask channel attribute. The Mask Channel allows a choice of mask sources from the following options:
- RED — The red channel of the input image.
- GREEN — The green channel of the input image.
- BLUE — The blue channel of the input image.
- ALPHA — The alpha channel of the input image
- INVERSE RED — The inverse of the red channel of the input image.
- INVERSE GREEN — The inverse of the green channel of the input image.
- INVERSE BLUE — The inverse of the blue channel of the input image.
- INVERSE ALPHA — The inverse of the alpha channel of the input image
INVERT
Inverts the input of the node.
SCALE
Scales the values of the input Layer.
COLOR MULTIPLIER
The color of this input will be multiplied onto the input of the Layer.
OPACITY
This attribute controls the opacity of the Layer.
BLEND MODE
Each Layer has a Blend mode attribute which determines how the Layer will be blended within the composite stack of the node. If an Alpha channel is present, the Alpha Operation attribute will determine that behavior. The following Blend Modes are available:
- NORMAL — The Layer will partially or completely obscure the underlying image, based upon the opacity slider.
- ADD — The Layer will be added to the previous layers, creating a brighter output than the input Layers (affects non-black areas only — same result as the Linear Dodge mode).
- DARKEN — Color channels for each Layer are compared and the darker value is chosen.
- MULTIPLY — Multiplies the color channels for each Layer; black colors will always darken, whereas white values will not cause any change.
- COLOR BURN — Compares the color channels of each Layer and darkens the underlying Layers by increasing contrast. White values will not cause any change.
- LIGHTEN — Compares the color channels of each Layer and selects whichever color is lighter.
- SCREEN — Multiplies the color channels of each Layer and then complements that result, which produces a color that is as least as light as the input colors.
- COLOR DODGE — Compares the color channels of each Layer and brightens the underlying Layer color, creating a brighter result.
- LINEAR DODGE — The Layer will be added to the previous Layers, creating a brighter output than the input layers (affects non-black areas only — same result as the Add mode.)
- OVERLAY — The underlying Layer colors are mixed with the Layer color, retaining the bright and dark portions of the underlying layers.
- SOFT LIGHT — The underlying Layer colors will be either darkened or lightened, as determined by the colors of the Layer.
- HARD LIGHT — Combines the effects of the Screen and Multiply modes, darkening or lightening the underlying Layer based on the gray values of the Layer.
- DIFFERENCE — Presents the differences between the Layers in color; a result of black indicates no differences.
- EXCLUDE — The same result as the Difference mode, but with 50% gray values in the Layers appearing as gray as well.
ALPHA OPERATION
Each Layer input has an Alpha Operation option (default is Blend) and the behavior of the alpha for the Layer is determined with this option:
- BLEND MODE — If active, applies the selected blend operation to the alpha channels of the source (upper) and background (lower) layers and outputs the result of that as the layer’s alpha.
- ALPHA COMPOSTING — If an alpha channel is present, sets the layer’s alpha output to the value returned by the compositing operation (overlay mode) - this is the most common use.
- FOREGROUND — Sets the layer’s alpha output to the source alpha.
- BACKGROUND — Sets the layer’s alpha output to the background alpha.
- ONE — Sets the layer’s alpha to one.
- ZERO — Sets the layer’s alpha to zero.