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

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