Alpha Over(アルファオーバー)ノード¶
The Alpha Over node is used to layer an image on top of another with alpha blending.
入力¶
- Factor(係数)
The alpha of the foreground image, going from 0 (fully transparent) to 1 (fully opaque).
- Image(画像)
背景画像です。
- Image(画像)
前景画像です。
Properties(プロパティ)¶
- Convert Premultiplied(プリマルチプライに変換)
The Alpha Over node expects the foreground image to use Premultiplied Alpha. If it uses Straight Alpha instead, you can enable this checkbox to convert it.
- Premultiplied(プリマルチプライ)
Interpolate between Premultiplied Alpha and Straight Alpha.
When set to 1, the foreground color values will be multiplied by the alpha; this is equivalent to enabling Convert Premultiplied. When set to 0, the color values do not change.
If Premultiplied is not zero, Convert Premultiplied will be ignored.
注釈
これは古いオプションです。
出力¶
- Image(画像)
The blended result.
例¶
Overlay(オーバーレイ)¶
In the node tree below, the Color Ramp(カラーランプ)ノード is used to convert an opaque, grayscale swirl image to a red one with transparency. Then, the Alpha Over node is used to overlay it on top of another image.
Fade In(フェードイン)¶
The example below uses the Time Curve(タイムカーブ)ノード to gradually increase the Alpha Over node's Factor from 0 to 1 over the course of 30 frames. This will result in the text fading in on top of the background image.