SoPostEffectBlendBuffer¶
- InventorModule¶
author
package
dll
definition
Purpose¶
The SoPostEffectBlendBuffer blends a given buffer on top of another buffer.
For more complex operations, you should use the SoPostEffectCustomPass module instead.
Parameter Fields¶
Field Index¶
|
|
|
|
|
Visible Fields¶
Enabled¶
- name: enabled, type: Bool, default: TRUE¶
If checked, the effect is enabled.
Source Buffer Name¶
- name: sourceBufferName, type: String, default: sourceBuffer¶
Sets the name of the source buffer.
Target Buffer Name¶
- name: targetBufferName, type: String, default: targetBuffer¶
Sets the name of the target buffer.
Intensity¶
- name: intensity, type: Float, default: 1, minimum: 0¶
Sets the intensity that is multiplied to the source when blended.
Blend Mode¶
- name: blendMode, type: Enum, default: Blend¶
Defines the blend mode.
Values:
Title |
Name |
Description |
|---|---|---|
Replace |
Replace |
Replace |
Screen |
Screen |
Screen |
Add |
Add |
Add |
Blend |
Blend |
Blend |
Premultiplied Blend |
PremultipliedBlend |
Blend with premultiplied alpha in source. |
Min |
Min |
Minimum |
Max |
Max |
Maximum |