SoPostEffectBlendBuffer

InventorModule
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll SoRenderers
definition SoRenderers.def

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

Blend Mode: Enum
Enabled: Bool
Intensity: Float
Source Buffer Name: String
Target Buffer Name: String

Visible Fields

Enabled

name: enabled, type: Bool, default: TRUE

Enables/disables the effect.

Source Buffer Name

name: sourceBufferName, type: String, default: sourceBuffer

The name of the source buffer.

Target Buffer Name

name: targetBufferName, type: String, default: targetBuffer

The name of the target buffer.

Intensity

name: intensity, type: Float, default: 1, minimum: 0

The intensity that is multiplied to the source when blended.

Blend Mode

name: blendMode, type: Enum, default: Blend

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